Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    open (FH, '>', \$output);
    print FH "Hello world\n";
    close(FH);
    
  2. or download this
    first
    second
    Use of uninitialized value in open at o4.pl line 10.