Help for this page

Select Code to Download


  1. or download this
    # from second file
    use strict;
    ...
    
    # and back to the first file
    }
    
  2. or download this
    # from second script
    use strict;
    ...
        #print $data;
        close (NEWFILE);
    }
    
  3. or download this
        open (NEWFILE, ">", "/backups/processed/foo$1.name.$2-foo_p$3.out"
    +)
    
  4. or download this
        open NEWFILE, ">", "/backups/processed/foo$1.name.$2-foo_p$3.out"
          or die "cannot create file";