Thank you for your reply and the ideas/options you mention. I'll follow
up as things become clearer on our side.
Thanks,
Alan
-Original Message-
From: Gerald Richter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 08, 2008 5:15 AM
To: Alan Carwile; Hans Ginzel
Cc: Nguyen Tran; embperl@per
Hello,
with Embperl 2.2 and 2.3 I tried to used the
[$ hidden %myHash $]
Feature, but all I got was an empty line of output.
Here is what I tried:
[-
my %myHash = ( key1 => "val1", key2 => "val2" );
my %diffHash = ();
my @arr = keys %myHash;
-]
and later in the page:
[$ hidden %myHash %diffHash