[BACK]Return to example3.pl CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring / examples

Diff for /palm/Palm-Keyring/examples/example3.pl between version 1.10 and 1.11

version 1.10, 2008/03/05 22:04:46 version 1.11, 2008/09/17 15:49:50
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: example3.pl,v 1.9 2008/02/28 00:17:33 andrew Exp $  # $RedRiver: example3.pl,v 1.10 2008/03/05 22:04:46 andrew Exp $
 ########################################################################  ########################################################################
 # palmkeyring.pl *** a command line client for Keyring databases.  # palmkeyring.pl *** a command line client for Keyring databases.
 #  #
Line 16 
Line 16 
 use Getopt::Long;  use Getopt::Long;
 Getopt::Long::Configure('bundling');  Getopt::Long::Configure('bundling');
 use Term::ReadLine;  use Term::ReadLine;
   
 use YAML;  
   
 use Palm::PDB;  use Palm::PDB;
 use Palm::Keyring;  use Palm::Keyring;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>