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