Hi,

you might try something like this:

...
foreach my $ap_key (sort keys %{$Application}) {
 print qq ($ap_key = $Application->{$ap_key}<br>);
}
...

Helmut

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]





--
HZ.labs
Dr. Helmut Zeilinger
Wiesengrund 2
D-86 684 Holzheim
Tel 08276/58767
Fax. 08276/´58787
Mobil 0160 91 55 61 68 Internet http://www.hzlabs.de
Mail [EMAIL PROTECTED]



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



Reply via email to