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