Help for this page
#!/usr/bin/perl use Bar; ... print "Testing\n"; } print "this is a test.\n";
Execution order: BEGIN{}, (possible save of state through compiler back-end), INIT{}, program runs, END{}.