You could use the Data::Dumper module:

use Data::Dumper;
print "<plaintext>";
print Dumper( $Application );



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of sangeethvs
Sent: Tuesday, May 17, 2005 3:36 AM
To: asp@perl.apache.org
Subject: Application Variable

Hi,

How do we print all the application variable names and its  values?  I 
tried the following but it didn't work.

my $item;
foreach $item ($Application->Contents) {
        print "$item<br>";
}

Any suggestions?  Thanks in advance.

Sangeeth



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



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

Reply via email to