=================================================================== RCS file: /cvs/palm/Palm-Keyring/examples/example3.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- palm/Palm-Keyring/examples/example3.pl 2008/09/17 15:49:50 1.11 +++ palm/Palm-Keyring/examples/example3.pl 2009/12/16 22:54:55 1.12 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $RedRiver: example3.pl,v 1.10 2008/03/05 22:04:46 andrew Exp $ +# $RedRiver: example3.pl,v 1.11 2008/09/17 14:49:50 andrew Exp $ ######################################################################## # palmkeyring.pl *** a command line client for Keyring databases. # @@ -44,6 +44,7 @@ if ($Action_List) { show_list(); } elsif ($Action_Show) { + push @{ $Names }, @ARGV; show_items($Names); } elsif (defined $Categories) { show_categories();