Help for this page

Select Code to Download


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