Re: From cgi-lib.pl to CGI.pm Upload conversion!?

2001-08-03 Thread Stas Bekman
On Fri, 3 Aug 2001, John Buwa wrote: > Hello, > > I am trying to finish up my conversion from cgi-lib.pl to CGI.pm using the cgilib >mode in CGI.pm. The cgilib emulation mode does not provide the normal cgilib file >upload calls. I looked at the guide on using the file upload

Re: cgi-lib.pl

2001-07-25 Thread John Buwa
t on a non-mod_perl server. Thanks, john > >>>>> "John" == John Buwa <[EMAIL PROTECTED]> writes: > > John> I have a huge system i wrote using the cgi-lib.pl as its core. I > John> attempted to integrate mod-perl with my system and all my > John&

Re: cgi-lib.pl

2001-07-24 Thread Ron Beck
ebug" statement will allow you to run your scripts via command line and enter in the "variable=value" pairs that you would normally send via html form. Good luck and I hope this helps, Ron John Buwa wrote: > > Hello, > > I have a huge system i wrote using the cgi-lib.

Re: cgi-lib.pl

2001-07-24 Thread [EMAIL PROTECTED]
hi, Not really sure if this is useful info for you but your sub:object called ReadParse is being called in welcome.pl @ line 7 without being defined previously.. > [Mon Jul 23 05:38:06 2001] [error] Undefined subroutine > &Apache::ROOTwww_2emy_2ddomain_2ecom::cgi_2dbin::pads::welcome_2epl::Rea

Re: cgi-lib.pl

2001-07-24 Thread Gunther Birznieks
Rather than go into the details, it's probably best that you use Apache::PerlRun in place of Apache::Registry. cgi-lib.pl is an old Perl 4 library, if you are using new Perl 5 features like OO, modularity, and want to take the MOST advantage of mod_perl, use CGI.pm instead. CGI.pm also

Re: cgi-lib.pl

2001-07-23 Thread Stas Bekman
On Tue, 24 Jul 2001, John Buwa wrote: > Hello, > > I have a huge system i wrote using the cgi-lib.pl as its core. I attempted to >integrate mod-perl with my system and all my cgi-lib.pl which are used via a require >in all scripts returns errors. My dont work, if they do the a

cgi-lib.pl

2001-07-23 Thread John Buwa
Hello,   I have a huge system i wrote using the cgi-lib.pl as its core. I attempted to integrate mod-perl with my system and all my cgi-lib.pl which are used via a require in all scripts returns errors. My dont work, if they do the act very strange and unacceptable.   My question is how do