in reply to Module/script all in one
if (defined caller) { print "used as a module"; } else { print "used as a script: @ARGV"; main() } [download]