in reply to Re: BEGIN and compile-time
in thread BEGIN and compile-time

Heh. Would you believe this is my actual snippet which gave me the aha moment when I ran it? :-)
BEGIN { print "begin\n"; BEGIN { print "the beguine\n"; } }