example of code:
use strict;
use CGI;
use File::Slurp;
my $somedata = $q->param('somedata');
write_file('somefile.txt',{append=>1},$somedata);
...
In reply to is it safe to use File::Slurp? by kyoshu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |