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