Help for this page

Select Code to Download


  1. or download this
    if (open my $fo, '<', $ggg) {
        # Process the file.
    } else {
       # Your code to exit.
    }
    
  2. or download this
    {
        print "'$ggg' is missing:\nEnsure that this file is in the working
    + dir.\nWe are exiting.\n";
    ...
        }
        exit;
    }