Joseph Ruffino wrote:
Hi,

I'm trying to create file using data enterd from a webpage. In my previous program, I used the format command to write a recors. Is there another way to do that I can't find?


How do you mean? Is it a specific type of file? I assume (hope) you don't mean:


perldoc -f print

If you are looking for fixed length records, etc. then you might be looking for,

perldoc -f pack

or,

perldoc -f printf

Please provide more info and likely someone here can help,

http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to