Help for this page

Select Code to Download


  1. or download this
    your code
    goes here
    
  2. or download this
        open my $DF, '<', $file;
        if (! defined $DF) {
    ...
            }
            close $DF;
        }