Help for this page

Select Code to Download


  1. or download this
    
    # This:
    ...
    # is not equivalent to this:
    
    $cgi = CGI::self_or_default if ! ref $cgi;
    
  2. or download this
    print $foo->list_params( 1 );
    
  3. or download this
    $write->table( -params    => 1,
                   -condition => "$x % 7 == 3",
    ...
                   -caller    => 0,
                   SomeVar    => $some_var,
                   DATA       => \%some_hash );
    
  4. or download this
    if (  $cgi  ) {
            $cgi = CGI::self_or_default   if   ! ref $cgi;