Code Comments
Programming Forum and web based access to our favorite programming groups.Hey, Does anyone happen to know where I caet some information on how to use: (1) CGI::Request (2) CGI::Base I am really looking for example on how to (1) use their logging/debug method call & (2) how to run it from command level. The mapage mentioned briefly, yet never elaborate. It is as if seval page are missing from the man page. Any pointer or advise wil e great. Thanks. Mike __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
Post Follow-up to this messageMike Ni wrote: > Hey, > > Does anyone happen to know where I caet some > information on how to use: > (1) CGI::Request (2) CGI::Base > > I am really looking for example on how to > (1) use their logging/debug method call & > (2) how to run it from command level. If perldoc CGI::Request or perldoc CGI::Base doesnt tell you anything the only place left is the source code of each. -- _Sx_ http://youve-reached-the.endoftheinternet.org/ _____ perldoc -qa.a | perl -lpe '($_)=m("(.*)")' | grep Martian
Post Follow-up to this message> > > > If perldoc CGI::Request or perldoc CGI::Base > doesnt tell you anything the only place left > is the source code of each. > > Thanks! We can really use a better man page. Without an adequateman page, the ideal behind OOB is totlly wasted. Is there any mailing list out there addressing issues or question about CGI (& all the drived modules). Thanks again Mike __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
Post Follow-up to this messageOn Mon, 22 Mar 2004 22:54:13 -0800 (PST) Mike Ni <cba20032002@yahoo.com> wrote: Not having either of those modules I tried an install from cpan Going to read /root/.cpan/Metadata Database was generated on Mon, 22 Mar 2004 05:50:15 GMT Running install for module CGI::Base The module CGI::Base isn't available on CPAN. Either the module has not yet been uploaded to CPAN, or it is temporary unavailable. Please contact the author to find out more about the status. Try 'i CGI::Base'. cpan> i /CGI::Base/ Module CGI::Base (Contact Author The CGI-Perl Developers mail ing list </dev/null@localhost> ) Module CGI::BasePlus (Contact Author The CGI-Perl Developers mail ing list </dev/null@localhost> ) 2 items found Now I am curious! -- Owen
Post Follow-up to this messageOwen wrote: > cpan> i /CGI::Base/ > Module CGI::Base > Module CGI::BasePlus IIRC any module that ends with PLUS is a CPANPlus Only module You need CPANPlus to install it. -- _Sx_ http://youve-reached-the.endoftheinternet.org/ _____ perldoc -qa.a | perl -lpe '($_)=m("(.*)")' | grep Martian
Post Follow-up to this message> On Mon, 22 Mar 2004 22:54:13 -0800 (PST) > Mike Ni <cba20032002@yahoo.com> wrote: > > > > Not having either of those modules I tried an install from cpan > > Going to read /root/.cpan/Metadata > Database was generated on Mon, 22 Mar 2004 05:50:15 GMT > Running install for module CGI::Base > > The module CGI::Base isn't available on CPAN. > > Either the module has not yet been uploaded to CPAN, or it is > temporary unavailable. Please contact the author to find out > more about the status. Try 'i CGI::Base'. > > cpan> i /CGI::Base/ > Module CGI::Base (Contact Author The CGI-Perl Developers mailing list </dev/null@localhost> ) > Module CGI::BasePlus (Contact Author The CGI-Perl Developers mailing list </dev/null@localhost> ) > 2 items found > > Is the OP referencing?: http://search.cpan.org/~mrjc/cvswebedit-v2.0b1/ There appear to be two modules there, but they are ancient and originally from Tim Bunce. I suspect he would suggest to use CGI.pm. They appear to just handle the standard CGI.pm stuff. There is a beginners-cgi@perl.org list for CGI specific questions. http://danconia.org
Post Follow-up to this messages > > The module CGI::Base isn't available on CPAN. > > Either the module has not yet been uploaded to > CPAN, or it is > temporary unavailable. Please contact the author > to find out > more about the status. Try 'i CGI::Base'. > ! > > -- > Owen > Hey Owen, I am sure I follow. Anyway, I was able to down load the module. However, I do have a hard time to udnerstand the man page. Let me know if you are having troubl downloading the module. Thanks! Mike > __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.