in reply to Re: Why shows B::Deparse __END__ as __DATA__?
in thread Why shows B::Deparse __END__ as __DATA__?

print <TST::DATA>; package TST; __DATA__ data data
-->
data data

but

print <DATA>; package TST; __END__ end end
-->
end end

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)