Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: decrypt that wiked code snippet

by Anonymous Monk
on Sep 11, 2013 at 01:43 UTC ( [id://1053391]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1053391]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (11)
As of 2024-04-19 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found