Help for this page

Select Code to Download


  1. or download this
    sub old_code
        {
    ...
    
        die "$file not found";
        };
    
  2. or download this
    sub old_code
        {
    ...
        # Do something with the file
        return 1;
        }