in reply to Re: Why shows B::Deparse __END__ as __DATA__?
in thread Why shows B::Deparse __END__ as __DATA__?
lanx@nc10-ubuntu:/tmp$ cat end_pkg.pl print <DATA>; package TST; 1; __END__ end lanx@nc10-ubuntu:/tmp$ perl -MO=Deparse end_pkg.pl print <DATA>; package TST; '???'; end_pkg.pl syntax OK lanx@nc10-ubuntu:/tmp$ perl end_pkg.pl end lanx@nc10-ubuntu:/tmp$ perl -MB::Deparse -E 'say "$B::Deparse::VERSION +"' 0.83
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why shows B::Deparse __END__ as __DATA__? (BUG #2)
by LanX (Saint) on Oct 12, 2014 at 13:25 UTC | |
by LanX (Saint) on Oct 12, 2014 at 15:26 UTC | |
by karlgoethebier (Abbot) on Oct 12, 2014 at 17:10 UTC |