cs::Palm - general Palm Pilot stuff
use cs::Palm;
The cs::Palm module provides general facilities for working with Palm Pilots.
Convert a Perl timestamp (UNIX time_t - seconds since 1-Jan-1970) to a palm timestamp (seconds since 1-Jan-1904). If the optional parameter no_tz is true, suppress the implicit conversion to localtime.
Convert a palm timestamp (seconds since 1-Jan-1904) into a Perl timestamp (UNIX time_t - seconds since 1-Jan-1970). If the optional parameter no_tz is true, suppress the implicit conversion from localtime.
Parse a NUL terminated string at the start data. Returns the string (without the NUL) in a scalar context and an array of (string,tail) in an array context where tail is the portion of data after the NUL. Returns undef or an empty array on error.
Return a new cs::Palm::PDB object attached to file with the specified creator and dbname values.
Return a new app specific object attached to file, a subclass of cs::Palm::PDB named cs::Palm::App::app.
cs::Date(3), cs::Palm::PDB(3)
Cameron Simpson <cs@zip.com.au>