Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/Perl
    
  2. or download this
    #!/usr/bin/perl
    
  3. or download this
        open(FILE1,$file1);
    
  4. or download this
        open FILE1, '<', $file1 or die "Cannot open '$file1' because: $!";
    
  5. or download this
    if (($filename eq "") || (defined $filename eq 'false')) {