Helmut Zeilinger
Wed, 18 May 2005 00:47:49 -0700
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]