$ perl -wl use strict; BEGIN { return 1; } print "foo"; __END__ foo [download]
In reply to Re^2: Aborting a module (return 1) by andreas1234567 in thread Aborting a module by suaveant