Help for this page

Select Code to Download


  1. or download this
    my $q = CGI->new;
    print $q;
    ...
    
    # Format is:
    # <module-name>=<blessed-reference-type>(0x<hex-memory-location>)
    
  2. or download this
    !#/usr/bin/perl -w
    
    ...
        $p->handler(text =>
            sub {print map {s/^\s*(.*?)\s*$/$1\n/; $_} grep /\S/, @_}, 'dt
    +ext');
    }