Help for this page

Select Code to Download


  1. or download this
      DB<100> use CGI qw(:all wibble)
    
      DB<101> wibble
     => "<wibble />"
    
  2. or download this
      DB<100> use CGI ':all'
    
    ...
      DB<102> $x->wibble()
    Undefined subroutine CGI::wibble
     at (eval 24)[multi_perl5db.pl:644] line 2