Help for this page

Select Code to Download


  1. or download this
    #!
    
    ...
        warn "sub";
        die "just for fun!";
         };
    
  2. or download this
     
     at Dump.pl line 62
            main::main(1, 'ARRAY(0x1bba4ec)(0)', 'HASH(0x1b58b5c)(1)', 'CO
    +DE(0x1a6d4a4)(2)', 'CGI(object/class)') called at Dump.pl line 59
    ...
    3: {'3' => bless( {'.parameters' => [],'use_tempfile' => 1,'.charset' 
    +=> 'ISO-8859-1','.fieldnames' => {},'param' => {},'escape' => 1}, 'CG
    +I' )}
    4: sub {  use warnings;  use strict 'refs';  return 'huh';}
    just for fun! at Dump.pl line 69.