Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MData::Dumper -MCGI -e"die Dumper( CGI->new( { 1..10 }) ) "
    $VAR1 = bless( {
    ...
                   }, 'CGI' );
    
    C:\>
    
  2. or download this
    C:\>perl -MData::Dumper -MCGI -e"warn Dumper( $a=CGI->new );die Dumper
    +(scalar $a->Vars() ) " a= b= c= d= e= f= g=
    $VAR1 = bless( {
    ...
              'f' => '',
              'g' => ''
            };