in reply to ARGV question

$verbose is either -v or undef 0 (Thanks to jethro for the correction)

s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e

Replies are listed 'Best First'.
Re^2: ARGV question
by jethro (Monsignor) on Aug 18, 2008 at 21:25 UTC
    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).