Hello,
Trying to revive an old app, developped under Debian/wheezy (Apache
2.2). Now running Debian/stretch and Apache 2.4. libembperl-perl version
is 2.5.0-10 and perl version 5.24.1-3+deb9u2
I have two types of code accessing %udat :
This one doesn't work (anymore) :
id:[+ $udat{'id'} +]
I get "id:"
This one works :
[$ while ( ($k,$v)=each(%udat)) $]
[+ $k +]=[+ $v +]
[$ endwhile $]
I get "id=146"
I don't understand what is wrong here. Accessing %fdat in the same way
works perfectly.
Thanks for your help.
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org