in reply to Preloading subs
There are some ways to compile things at run time -- eval a string or require a module or a program, for example. I think the compilation->execution fact answers your question.
Incidentally, the compile() function in CGI.pm only applies to autoloaded methods (generated at run time if a non-existent method is called in a package that has been set up to handle that sort of thing).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Preloading subs
by jbert (Priest) on Apr 03, 2000 at 20:00 UTC |