in reply to Re: Using the modules I want to use.
in thread Using the modules I want to use.

Well if I put a colon right before the path on the second line there is no error. However I still only see version 1.18..
#!/usr/local/bin/perl -w<br> use lib ':/u/web/smpsvc/cgi-local';<br> use CGI::Carp;<br> use CGI ':standard';<br> use GD;<br> print header, html( h1( "CGI: $CGI::VERSION GD: $GD::VERSION" ) );<br>

Cal