Re: New to Embperl. How do I work with a large convoluted file?

2021-07-05 Thread Chuck Zumbrun
A multi-modal editor that does syntax highlighting for all the different languages would be really helpful, but I've never found one that works with everything that's in your file. I use Notepad++ in HTML mode and it at least does a pretty good job of matching brackets so you can follow the contro

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 > >

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" =>