Lines Matching defs:compile
274 # Try to compile the function.
316 sub compile {
318 $pack->_setup_symbols('-compile',@_);
924 my $compile = 0;
944 $compile++, next if /^[:-]compile$/;
963 _compile_all(keys %EXPORT) if $compile;
4990 =item -compile
4998 use CGI qw(-compile :standard :html3);
5002 use CGI qw(-compile :all);
5004 Note that using the -compile pragma in this way will always have
5006 namespace. If you want to compile without importing use the
5007 compile() method instead:
5010 CGI->compile();