Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    }
    
    bla;
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    __END__
    syntax error at test.pl line 8, near "bla;"
    Execution of test.pl aborted due to compilation errors.