http://www.perlmonks.org?node_id=950116


in reply to "The Dao of Perl 6"

Perl 6 does not require 1; at the end of modules :-)

Replies are listed 'Best First'.
Re^2: "The Dao of Perl 6"
by Anonymous Monk on Jan 26, 2012 at 15:18 UTC
    Neither does perl5

      Indeed. I quite like:

      __FILE__ __END__

      ... followed by lots of POD of course!