I'm trying to open a file in write mode, do a simple
$file =~ s/word1/word2/;
and close it. I'm new at perl.. any code examples?
Also, when i look at a file after running this script, the file is blank. Isn't this script just opening and closing a file? -Lisa