Help for this page

Select Code to Download


  1. or download this
       my @functions = @{ $CGI::EXPORT_TAGS{':form'} };
    
  2. or download this
    BEGIN {
        no strict 'refs';
    ...
        }
        use strict;
    }