Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: B::Deparse vs. O=Deparse

by ikegami (Patriarch)
on Oct 31, 2009 at 02:00 UTC ( [id://804255]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MB::Deparse -e"foo()"
    
  2. or download this
    perl -e"use B::Deparse; foo()"
    
  3. or download this
    >perl -MO=Deparse -MB::Deparse -e"foo()"
    use B::Deparse;
    foo();
    -e syntax OK
    
  4. or download this
    >perl -MO=Deparse -e"foo()"
    foo();
    ...
                UNOP (0x1929980) null [17]
                    PADOP (0x19299a0) gv  GV (0x182a00c) *foo
    -e syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (None)
    As of 2024-04-18 23:40 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found