|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Favourite One-liners?by tlm (Prior) |
| on Jun 28, 2005 at 12:54 UTC ( #470609=note: print w/ replies, xml ) | Need Help?? |
|
Though it is not the infallible oracle I once thought it was, I still make frequent use of ...to figure out how perl is parsing something, or maybe to get a grip on some obfu. E.g. if you wonder what this one-liner does feed it to -MO=Deparse,-p (make sure to retain any other command line switches, like -nl here): Note that the -p in this one-liner is part not perl's command line switch, but rather an argument to B::Deparse. Less commonly , I use other backends, such as B::Terse and B::Concise, instead of B::Deparse. See also O and B. the lowliest monk
In Section
Meditations
|
|
||||||||||||||||||||