Help for this page

Select Code to Download


  1. or download this
    BEGIN{ @ARGV = map glob, @ARGV }
    while( <> ) {
       ...
    }
    
  2. or download this
    perl -eBEGIN{@ARGV=map{glob}@ARGV} -nle"1" a*.pl b*.pl