in reply to Re^3: Help with Apache::RegistryLoader
in thread Help with Apache::RegistryLoader
use CGI (); use Image::Size (); use Imager (); use strict; use CGI::Carp qw(fatalsToBrowser); CGI->compile(':all'); use lib ("cgi-bin/beta.pl"); use lib ("cgi-bin/betaupload.pl"); BEGIN { unshift(@INC, '/var/www/perl'); } 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help with Apache::RegistryLoader
by jbrugger (Parson) on Jul 08, 2005 at 05:40 UTC |