in reply to Re^2: Why shows B::Deparse __END__ as __DATA__?
in thread Why shows B::Deparse __END__ as __DATA__?
perldata documents the difference, you'll find many discussions on the matter in the monk archives.¹
Maybe B::Concise is better suited to analyze the OP tree. ( If there is any difference, NB: B::Deparse can only analyze the OP tree!)
I just noticed you didn't append any data after __DATA__ in your examples, but then optimization may influence the OP tree.
Can't check myself while posting from Android... :)
Salutations Rœlf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
¹) https://www.google.com/search?q=__END__+__DATA__+site:www.perlmonks.org
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why shows B::Deparse __END__ as __DATA__?
by karlgoethebier (Abbot) on Oct 11, 2014 at 12:28 UTC | |
by LanX (Saint) on Oct 11, 2014 at 14:45 UTC |