Re: embPerl and Readonly module issue

2019-09-18 Thread Chuck Zumbrun
s instead > of eval? > > > > Regards > > > > Gerald > > > > *Von:* Chuck Zumbrun [mailto:chuck.zumb...@gmail.com] > *Gesendet:* Dienstag, 17. September 2019 17:22 > *An:* embperl@perl.apache.org > *Betreff:* embPerl and Readonly module issue > >

Re: embPerl and Readonly module issue

2019-09-18 Thread Dirk Melchers
Hi, that could be the same issue mentioned some time ago on the list regarding output of udat or using functions like substr in [+ +] blocks. Maybe Readonly does some magic in the background. Please look at the archive for more information. Our fix: [+ do { $udat{foo} } +] With best regards

AW: embPerl and Readonly module issue

2019-09-18 Thread Gerald Richter - ECOS Technology
What is happing if you write "$LETTERS{$letter}", i.e. us quotes instead of eval? Regards Gerald Von: Chuck Zumbrun [mailto:chuck.zumb...@gmail.com] Gesendet: Dienstag, 17. September 2019 17:22 An: embperl@perl.apache.org Betreff: embPerl and Readonly module issue Using emb

embPerl and Readonly module issue

2019-09-17 Thread Chuck Zumbrun
Using embPerl 2.5.0, porting an application from Ubuntu 12.04, perl 5.14, Readonly 2.0.0 to Ubuntu 18.04, perl 5.26, Readonly 2.05 If I have a Readonly hash like this: [- use Readonly; Readonly our %LETTERS => { "A" => "Letter A", "B" => "Letter B", "C" =>