http://qs321.pair.com?node_id=1053391


in reply to decrypt that wiked code snippet

So anybody can decrypt that?! i´m absolutely stucked by understanding this :D

As Tutorials: Basic debugging checklist teaches, use B::Deparse to see how perl interprets the code

You can also use ppi_dumper or Re: ppiwx / wxPPI / wxppixregexp xPPIx_Regexp_linecol_onize / PPIx::Regexp::Element::column_number to walk the code (or the deparse) and see what each part is, before looking it up in the docs

Replies are listed 'Best First'.
Re^2: decrypt that wiked code snippet
by AlexTape (Monk) on Sep 11, 2013 at 07:59 UTC
    thanks! glad to get that..
    $perlig =~ s/pec/cep/g if 'errors expected';