Bismark has asked for the wisdom of the Perl Monks concerning the following question:
my $searchresult = search( part => $part, rev => $rev, filename => './file.db' ); print $searchresult ? "Located Part Number: @{$searchresult}[0 .. 7]\n"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: the answer to an 'uninitialized value, now how do I implement it?
by pfaut (Priest) on Jan 18, 2003 at 02:28 UTC | |
Re: the answer to an 'uninitialized value, now how do I implement it?
by runrig (Abbot) on Jan 18, 2003 at 02:37 UTC | |
Re: the answer to an 'uninitialized value, now how do I implement it?
by graff (Chancellor) on Jan 18, 2003 at 02:33 UTC | |
by Bismark (Scribe) on Jan 18, 2003 at 02:44 UTC | |
Re: the answer to an 'uninitialized value, now how do I implement it?
by Coruscate (Sexton) on Jan 18, 2003 at 04:46 UTC |