in reply to How to install CGI.pm
in thread Obtain matrix info

CGI.pm has been a standard part of Perl for some years now (since 5.004_04 I think). If you have an earlier version than that then you'll need to get it installed (but if you have an earlier version than that on a web server then you have major security holes anyway).

I'm assuming that it's a typo, but you have mis-spelt 'standard' in your sample above. Is that the problem?

If you let me know what errors you're getting, then I'd be happy to help you track them down.

--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000, ICA, London
<http://www.yapc.org/Europe/>

Replies are listed 'Best First'.
RE: RE: CGI.pm
by sinan (Sexton) on Jul 30, 2000 at 15:42 UTC
    No, that's just a typo...

    I looked at my previous files, I think I deleted the code when I failed to get it working. But when I try it a second time, I certainly will ask you if I get any problem like that.

    I don't know the Perl version, but I do not think it is and early version...
    Thank you very much.:-)
      If you want to figure out which version of perl you have type "perl -v" in the terminal.

      - p u n k k i d
      "Reality is merely an illusion, albeit a very persistent one."
      -Albert Einstein