Help for this page
use File::Slurp: # get one file here, as $file ... $text =~ s/this/that/smg; rename($file, $bakfile); write_file($file, $text);
use Perl6::Slurp; #<= only handles input at present use File::Slurp; # permits writing. ... ... with renaming here ? (see above). write_file($file, $text);
www.com | www.net | www.org
Yes No
Results (79 votes). Check out past polls.