Help for this page

Select Code to Download


  1. or download this
    (@ARGV               # if @ARGV has elements
      &&                 # and
        $ARGV[0] eq '-v' # The first element of @ARGV is '-v'
          &&             # and
            shift);      # remove the first element from @ARGV