Scroll to navigation

Pilot(3) User Contributed Perl Documentation Pilot(3)

Commands include:

Notice! This information is out of date, and potentially quite misleading.

Returns hash reference containing appointment (datebook entry) in a usable format, given a record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database.
Returns hash reference containing appointment (datebook entry) in a usable format, given the AppInfo record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database AppInfo block.
Returns hash reference containing appointment (datebook entry) in a usable format, given a record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database.
Returns hash reference containing appointment (datebook entry) in a usable format, given the AppInfo record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database AppInfo block.
Returns hash reference containing appointment (datebook entry) in a usable format, given a record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database.
Returns hash reference containing appointment (datebook entry) in a usable format, given the AppInfo record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database AppInfo block.
Returns hash reference containing appointment (datebook entry) in a usable format, given a record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database.
Returns hash reference containing appointment (datebook entry) in a usable format, given the AppInfo record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database AppInfo block.
Returns hash reference containing appointment (datebook entry) in a usable format, given a record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database.
Returns hash reference containing appointment (datebook entry) in a usable format, given the AppInfo record from a .pdb file or a Pilot database.
Given a hash reference in the form that the previous call generates, returns a single string suitable for storing in a Pilot's database AppInfo block.
Same as pi-link routine called pi_socket.
Same as pi-link routine called pi_close.
Same as pi-link routine called pi_write.
Same as pi-link routine called pi_write (returns read data as result.)
Same as pi-link routine called pi_listen.
Same as pi-link routine called pi_bind. Sockaddr may either be a packed string containing a pi_sockaddr structure, or a hash reference containing "device", "family", and "port" keys.
Same as pi-link routine called pi_accept. If connection is successfull, returns reference to hash containing remote address, as described above. If failed, returns undef.
Returns last DLP error, resetting error to zero.
Same as DLP call dlp_GetSysDateTime. If successfull, returns time, otherwise returns undef.
Same as DLP call dlp_SetSysDateTime. time must be a time_t value.
Same as DLP call dlp_ReadSysInfo. If successfull, returns reference to hash containing system information.
Same as DLP call dlp_ReadStorageInfo. If successfull, returns reference to hash containing information on given memory card.
Same as DLP call dlp_ReadUserInfo. If successfull, returns reference to hash containing information about user settings.
Same as DLP call dlp_WriteUserInfo. info must be a reference to a hash containing data similar to that returned by ReadUserInfo (Note: the password can not be set through this call.)
Same as DLP call dlp_OpenDB. If successfull returns database handle, otherwise returns undef.
Same as DLP call dlp_CloseDB.
Same as DLP call dlp_EndOfSync.
Same as DLP call dlp_AbortSync.
Same as DLP call dlp_MoveCategory.
Same as DLP call dlp_ResetSystem.
Same as DLP call dlp_OpenConduit.
Same as DLP call dlp_AddSyncLogEntry
Same as DLP call dlp_CleanUpDatabase.
Same as DLP call dlp_ResetSyncFlags.
Same as DLP call dlp_ResetDBIndex.
Same as DLP call dlp_ResetLastSyncPC.
Same as DLP call dlp_DeleteCategory.
Same as DLP call dlp_DeleteRecord.
Same as DLP call dlp_ReadDBList. If successfull, returns reference to hash containing DB information. If failed, returns undef.
Same as DLP call dlp_FindDBInfo. If successfull, returns reference to hash containing DB information. If failed, returns undef.
Same as DLP call dlp_ReadFeature. If successfull, returns feature value. If failed, returns undef.
Same as DLP call dlp_ReadAppBlock. If successfull, returns app block. If failed, returns undef.
Same as DLP call dlp_ReadSortBlock. If successfull, returns app block. If failed, returns undef.
Same as DLP call dlp_WriteAppBlock.
Same as DLP call dlp_WriteSortBlock.
Same as DLP call dlp_ReadOpenDBInfo.
Same as DLP call dlp_ReadRecordByIndex. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, id, index, attr, and category, in that order.
Same as DLP call dlp_ReadRecordById. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, id, index, attr, and category, in that order.
Same as DLP call dlp_ReadNextModifiedRec. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, id, index, attr, and category, in that order.
Same as DLP call dlp_ReadNextRecInCategory. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, id, index, attr, and category, in that order.
Same as DLP call dlp_ReadNextModifiedRecInCategory. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, id, index, attr, and category, in that order.
Same as DLP call dlp_WriteRecord.
Same as DLP call dlp_ReadResourceByType. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, type, id, and index, in that order.
Same as DLP call dlp_ReadResourceByIndex. If call fails, it returns undef. Otherwise, in scalar context it returns the read record, in array it returns the record, type, id, and index, in that order.
Same as DLP call dlp_WriteResource.
Same as DLP call dlp_DeleteResource.
Same as DLP call dlp_CallApplication.
Same as pi_file_open. Returns a PDA::Pilot::File object on success.
Same as pi_file_close.
Same as pi_file_get_app_info.
Same as pi_file_get_sort_info.
Same as pi_file_get_entries.
Same as pi_file_read_resource. Returns (record, type, id, index).
Same as pi_file_read_record. Returns (record, id, index, attr, category).
Same as pi_file_read_record_by_id. Returns (record, id, index, attr, category).
Same as pi_file_create. Info is reference to hash containg dbinfo data.
Same as pi_file_get_info.
Same as pi_file_set_info.
Same as pi_file_set_app_info.
Same as pi_file_set_sort_info.
Same as pi_file_append_resource.
Same as pi_file_append_record.
Same as pi_file_install.
Same as pi_file_retrieve.
2006-05-31 perl v5.10.1