| Win32-Palm-Install documentation | view source | Contained in the Win32-Palm-Install distribution. |
Win32::Palm::Install::UsersDat::UserEntry - Class to hold user information
This document refers to version 0.2 of Win32::Palm::Install::UsersDat::UserEntry, released 25 september 2001.
use Win32::Palm::Install::UsersDat::UserEntry; my $ue = Win32::Palm::Install::UserDat::UserEntry->new( -HotsyncID => $hotsyncid, -LongName => $longname, -DirName => $dirname, -Active => $active, -Password => $password );
A module to hold the information of a UserEntry in a users.dat file.
get_HotsyncID / set_HotsyncID get_LongName / set_LongName get_Password / set_Password get_DirName / set_DirName get_Active / set_Activea
Johan Van den Brande <johan@vandenbrande.com>
Copyright (c) 2001, Johan Van den Brande. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
| Win32-Palm-Install documentation | view source | Contained in the Win32-Palm-Install distribution. |