Reply to thread

I know you usually use regular expressions on strings with the =~ thingy. How can I do it on a text file though?


I mean, I want it to read the entire file as one string. How do I do that?


Thanks


Back
Top