http://www.perlmonks.org?node_id=128903


in reply to Re: Using Temporary Files in Perl
in thread Using Temporary Files in Perl

Something to keep in mind is that this may cause problems if the user has a small quota as well. Wheras the only limitation for writing to /tmp is available disk space &| and any applicable hard fsize.

--
perl -p -e "s/(?:\w);([st])/'\$1/mg"