Re: embPerl and Readonly module issue

2019-09-18 Thread Chuck Zumbrun
Wrapping it in double quotes causes it to output, and seems like a better solution than using eval. Thanks all! On Wed, Sep 18, 2019 at 5:43 AM Gerald Richter - ECOS Technology < [email protected]> wrote: > What is happing if you write "$LETTERS{$letter}", i.e. us quotes instead > of eval?

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:[email protected]] Gesendet: Dienstag, 17. September 2019 17:22 An: [email protected] Betreff: embPerl and Readonly module issue Using embPerl 2.5.0,