in reply to __END__ without __BEGIN__?
% perl -x Here there be data. More of it. __BEGIN__ #!/usr/bin/perl -wl use strict; # yeah. print "Hello, world."; __END__ ^D Hello, world. [download]