in reply to Re: objects in cgi
in thread objects in cgi

sorry about the ignorance, but what does that code you gave do, and can you explain or tell me where can I find some explaination about what is this thing (object).

Hotshot

Replies are listed 'Best First'.
Re: Re: Re: objects in cgi
by princepawn (Parson) on Dec 23, 2001 at 20:51 UTC
    it just prints out everything that CGI.pm has figured out from the POST/GET request to your CGI program... this way we can see the "guts" of CGI.pm instead of making use of its pretty Dump function.

    If you don't know about Data::Dumper, you are missing a module that is possibly one of the most useful ever written for Perl.