Help for this page

Select Code to Download


  1. or download this
    #!/bin/env perl
    #Look in daily syslog file and grab the
    ...
            }
    close TMP1;
    unlink ("tmpfile.txt");
    
  2. or download this
    [1823]tom@margo perl $ perl -c test3.pl
    Global symbol "@tmp" requires explicit package name at test3.pl line 5
    +0.
    Global symbol "@tmp" requires explicit package name at test3.pl line 5
    +0.
    test3.pl had compilation errors.