in reply to
run module from cgi-bin
BEGIN { unshift @INC, './'; }
-s.
Comment on
Re: run module from cgi-bin
Download
Code
Replies are listed 'Best First'.
Re^2: run module from cgi-bin
by
blazar
(Canon)
on Apr 19, 2005 at 16:45 UTC
Also (and probably better):
use lib;
[download]
[reply]
[d/l]
In Section
Seekers of Perl Wisdom