Help for this page

Select Code to Download


  1. or download this
    $cgi_lib'bufsize  =  8192;    # default buffer size when reading multi
    +part
    $cgi_lib'maxbound =   100;    # maximum boundary length to be encounte
    +rd
    $cgi_lib'headerout =    0;    # indicates whether the header has been 
    +printed
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    my $asdf'a = 'hi';
    print $asdf'a;
    
  3. or download this
    "my" variable $asdf::a can't be in a package near "my $asdf'a "