|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: File Input and Outputby barun (Novice) |
| on Feb 07, 2005 at 10:38 UTC ( [id://428697]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
i am running this code to create a new file.But i am simply getting a blank file after runing this code .I am using Ctrl+Z to terminate writing.I hope i m missing something .Can anyone point out my mistake ?
open FILE, ">keylogger.dat"; while(<>){ print FILE $_; } close FILE;
In Section
Tutorials
|
|
||||||||||||||||||||||||||||