- or download this
$mailprog = '/usr/lib/sendmail';
sub send_mail {
...
# ...
close MAIL;
}
- or download this
open FILE, "$string_from_insecure_webpage";
- or download this
use CGI :standard;
# instead of...
use CGI qw{ :standard };
- or download this
Versions 2.44-2.46 introduce two API changes that will affect
users of previous versions:
...
My apologies for these changes, but they were necessary in order for
CGI to pass the perl5.005 regression tests!