He just sent it to me for some reason, but I can't find the problem.
Be sure to CC Bootscat as he is the original poster.

-----Original Message-----
From: Bootscat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 08, 2002 4:51 PM
To: Nikola Janceski
Subject: Re: Need urgent help


Here's how it's worded.

use CGI::Carp qw(fatalsToBrowser);
use CGI;
$q = new CGI;

require "config.cgi";
@input = $q->param;foreach $input (@input){${$input} = $q->param($input);}
$|=1;


The config.cgi file is in the directory with the admin file.

Thanks
Dan


----- Original Message -----
From: "Nikola Janceski" <[EMAIL PROTECTED]>
To: "'Bootscat'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 08, 2002 1:13 PM
Subject: RE: Need urgent help


> which do you have:
> use config.cgi;
> require config.cgi;
>
> in your code?
>
> Where is the file located? did you check the case of the file name in the
> script and at it's location?
>
> we need more info.
>
> > -----Original Message-----
> > From: Bootscat [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 08, 2002 3:05 PM
> > To: [EMAIL PROTECTED]
> > Subject: Need urgent help
> >
> >
> > Can someone tell me how to get passed this error?
> > The Config files it's looking for is there.
> >
> > Can't locate config.cgi in @INC (@INC contains:
> > /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1
> > /usr/lib/perl5/site_perl/5.6.1/i686-linux
> > /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0
> > /usr/lib/perl5/site_perl) at start.cgi line 10.
> >
> > Thanks and God Bless
> > Dan
> >
>
> --------------------------------------------------------------------------
--
> --------------------
> The views and opinions expressed in this email message are the sender's
> own, and do not necessarily represent the views and opinions of Summit
> Systems Inc.
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to