cal has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/local/bin/perl -w use CGI ':standard'; #use GD; #version GD 1.18 #use lib qw(/u/web/dom/cgi-local/GD); # EMPTY #unshift @INC, '/u/web/dom/cgi-local'; # EMPTY <BR><BR> #use FindBin; #Internal Server Error #use lib $FindBin::Bin; #Internal Server Error #use lib '/u/web/dom/cgi-local/GD'; # EMPTY print header, html( h1( "CGI: $CGI::VERSION GD: $GD::VERSION" ) );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Using the modules I want to use.
by BrowserUk (Patriarch) on Nov 02, 2002 at 06:26 UTC | |
Re: Using the modules I want to use.
by chromatic (Archbishop) on Nov 02, 2002 at 06:24 UTC | |
Re: Using the modules I want to use.
by Aristotle (Chancellor) on Nov 02, 2002 at 06:14 UTC | |
by cal (Beadle) on Nov 02, 2002 at 06:38 UTC | |
by Aristotle (Chancellor) on Nov 02, 2002 at 06:42 UTC | |
by cal (Beadle) on Nov 02, 2002 at 06:58 UTC | |
by Aristotle (Chancellor) on Nov 02, 2002 at 07:11 UTC | |
by cal (Beadle) on Nov 02, 2002 at 06:44 UTC | |
by cal (Beadle) on Nov 02, 2002 at 07:12 UTC | |
Re: Using the modules I want to use.
by JupiterCrash (Monk) on Nov 02, 2002 at 16:33 UTC | |
by cal (Beadle) on Nov 02, 2002 at 18:25 UTC | |
by George_Sherston (Vicar) on Nov 03, 2002 at 01:16 UTC |