in reply to Wierd File pipe problem...
Once you turn the above into real code, if you are still having problems with it, then ask again. If you get the above working, then replace a bit at a time (e.g. open your real input source -- maybe it's the problem, and I don't know why you're using sysopen instead of open) until you get your desired result.while (<DATA>) { #parse data #open output file #write data to output file } # close output file __DATA__ #some sample input
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Wierd File pipe problem...
by bferlin (Acolyte) on Dec 21, 2004 at 15:34 UTC |