InfiniteSilence has asked for the wisdom of the Perl Monks concerning the following question:
The script prints out the debug message about not being able to find the function &Engine::PubUtils:do_engine_serve_file but it is there all right and I can access it from the command like like so:if (defined &{$fn}) { &{$fn}($args); } else { $main::debug && print STDERR "(engine) undefined function $f +n"; } }
Anyone else having problems like this on Win32?perl -e "use Engine::PubUtils; Engine::PubUtils::Engine::PubUtils:do_e +ngine_serve_file;"
Celebrate Intellectual Diversity
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: httpd script weirdness
by wog (Curate) on Jun 09, 2001 at 01:12 UTC | |
|
Re: httpd script weirdness
by InfiniteSilence (Curate) on Jun 11, 2001 at 20:38 UTC |