in reply to Importing modules

I am using perl 5 and I am running it on HPUX 10.20, bellow is the code that gave me that error. #!/opt/perl5/bin/perl use CGI;

Replies are listed 'Best First'.
Re: Re: Importing modules
by myocom (Deacon) on Jan 16, 2001 at 00:29 UTC

    Just to be sure, what does /opt/perl5/bin/perl -V result in?

    BTW, you should wrap your cut-and-pasted code in <code></code> tags to make it easier to read.

Re: Re: Importing modules
by Anonymous Monk on Jan 29, 2001 at 19:38 UTC
    I think anyone having trouble importing modules should probably take a step back from programming perl just now. If you can't grasp this simple concept, how do you seriously expect us to listen to you on PerlMonks? Come back when you have RTFM.