Changes

File I/O in Perl

213 bytes added, 16:22, 12 April 2008
The following lines were added (+) and removed (-):
== Other Methods of File Access ==Here's a quick way to write to a file without using a filehandle. print `echo "Write this line" > filename.txt"`;Read without filehandle $strLines = `cat filename.txt`;
Bureaucrat, administrator
16,195
edits