Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    
    print $barney "This is a test\n";
    print $fred->{outfile} "This is another test\n";
    
  2. or download this
    String found where operator expected at ./test.pl line 11, near "} "Th
    +is is another test\n""
            (Missing operator before  "This is another test\n"?)
    syntax error at ./monks.pl line 11, near "} "This is another test\n""
    Execution of ./test.pl aborted due to compilation errors.