in reply to the answer to an 'uninitialized value, now how do I implement it?
(I was puzzled at what appeared to be an incomplete ternary operator in your code -- there was an expression, a question mark, another expression, then nothing else, when there should have been a colon and a third expression.)my $resultsize = @$searchresult; print "Located Part Number: @$searchresult[0..$resultsize]\n" if ( $resultsize );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: the answer to an 'uninitialized value, now how do I implement it?
by Bismark (Scribe) on Jan 18, 2003 at 02:44 UTC |