Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            </pre>
        </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    return 1;
    
  3. or download this
    use warnings;
    use strict;
    ...
    }
    
    return 1;
    
  4. or download this
     Global symbol "$logLine" requires explicit package name (did you forg
    +et to declare "my $logLine"?) at ./bigFileFullOfSubs.pl line 11.