- or download this
use strict;
use warnings;
...
print "message2\n" ;
}
print "Result: $out \n" ;
- or download this
Use of uninitialized value in open at ./t2.pl line 29.
Result: message1
error1
message2
- or download this
use CGI qw(:standard append add_parameter);
use strict ;
...
print "message2\n" ;
}
print "Result: $out\n";
- or download this
$ ./t2.pl
Content-Type: text/html; charset=ISO-8859-1
...
Result: message1
error1
message2