Re: Dumping all vars

2006-10-06 Thread Tyler Gee
On 10/5/06, J. Alejandro Ceballos Z. -JOAL- <[EMAIL PROTECTED]> wrote: With the parameters are not problem (in fact I use the followin code for that - $cgi_this is the CGI object -: foreach $str_param ($cgi_this->param) { print "\n $str_param: \t" . $cgi_this->param($str_param); } ) I want t

Re: Dumping all vars

2006-10-05 Thread J. Alejandro Ceballos Z. -JOAL-
With the parameters are not problem (in fact I use the followin code for that - $cgi_this is the CGI object -: foreach $str_param ($cgi_this->param) { print "\n $str_param: \t" . $cgi_this->param($str_param); } ) I want to make a var dump with the vars existing at some moment of the code, in

Re: Dumping all vars

2006-10-03 Thread Mumia W.
On 10/03/2006 09:19 PM, J. Alejandro Ceballos Z. -JOAL- wrote: The variables created during a cgi, are stored in some kind of hash, like the %ENV enviroment variables? I want to create in some points, a var dump of all variables existed, in order to track errors. Perhaps the Data::Dumper

Re: Dumping all vars

2006-10-03 Thread Tyler Gee
Part of the CGI module: http://search.cpan.org/~lds/CGI.pm-3.25/CGI.pm#FETCHING_THE_NAMES_OF_ALL_THE_PARAMETERS_PASSED_TO_YOUR_SCRIPT%3A On 10/3/06, J. Alejandro Ceballos Z. -JOAL- <[EMAIL PROTECTED]> wrote: The variables created during a cgi, are stored in some kind of hash, like the %ENV env

Dumping all vars

2006-10-03 Thread J. Alejandro Ceballos Z. -JOAL-
The variables created during a cgi, are stored in some kind of hash, like the %ENV enviroment variables? I want to create in some points, a var dump of all variables existed, in order to track errors. Atentamente, ,_, (O,O)