Help for this page

Select Code to Download


  1. or download this
    use autodie;
    while (<>)
    ...
        next if /^\s*#/;
        ...;
    }
    
  2. or download this
    my $EndOfInput = 0;
    for my $file (@ARGV)
    ...
            }
        }
    }