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

No.

$ cat >a.pl print <DATA>; __END__ a b c $ perl a.pl a b c

They're synonymous.

Replies are listed 'Best First'.
Re^3: Why shows B::Deparse __END__ as __DATA__?
by LanX (Saint) on Oct 12, 2014 at 02:52 UTC
    Read perldata !

    Behavior under a package other than main:: differs significantly!

    Cheers Rolf

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

    update

    would you mind reading the thread before spreading your theories?