Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -a
    
  2. or download this
    #!/usr/bin/perl
    
  3. or download this
    Premature end of script headers
    
  4. or download this
    open(FILE,">/path/to/file") or die "could not open file: $!";
    print FILE qq~Hello this is just a test to see if it works.~;
    close(FILE);