http://qs321.pair.com?node_id=368322


in reply to String matching and Regular Expressions

In the Exercises the solution to number 1 has an error.
13: print $text; #write changes to file should be 13: print FILE $text; #write changes to file
I did this one and the solution just prints to screen but leaves the file empty.

Lane