in reply to Re^4: How to create an output file for each input file
in thread How to create an output file for each input file
use something like$verifile = $outbox.$yr.$mn.$day.$hr.$min.$sec."_FIXED.TAB";
$verifile = $outbox."_".$yr.$mn.$day."_".$hr.$min.$sec."_FIXED.TAB";
(Keep it mind you have to populate the date and time fields.)
You create the file by opening it. You should look at this tutorial on Open to decide exactly what you want to do.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to create an output file for each input file
by Anonymous Monk on Apr 02, 2008 at 23:10 UTC | |
by apl (Monsignor) on Apr 03, 2008 at 01:04 UTC | |
by Anonymous Monk on Apr 03, 2008 at 01:11 UTC | |
by Anonymous Monk on Apr 03, 2008 at 13:47 UTC |