in reply to
Re: ARGV question
in thread
ARGV question
No, $verbose is 0 if @ARGV is empty (the number of elements in @ARGV) and "" if there is something different in @ARGV (the result of the comparision).
Comment on
Re^2: ARGV question
In Section
Seekers of Perl Wisdom