[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Cube2 Can't locate cgi-lib.pl
- Subject: [cobalt-users] Cube2 Can't locate cgi-lib.pl
- From: "Robert Longhitano" <robert@xxxxxxxxxxxxxx>
- Date: Sat Apr 7 03:33:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Greetings,
I'm trying to debug a perl script and I'm get the following error when I run
the script from the command prompt.
Can't locate cgi-lib.pl in @INC (@INC contains:
/usr/lib/perl5/mips-linux/5.0040
4 /usr/lib/perl5 /usr/lib/perl5/site_perl/mips-linux
/usr/lib/perl5/site_perl .)
at ./client.pl line 5.
Line five has the following:
require "cgi-lib.pl";
This script ran well on another UNIX server. This my first attempt of
running a perl script from my Cube2. BTW I checked the archives and found a
few hits but there was no real solution.
Thanks,
Robert