BEGIN { $| = 1; printf "%d: Foo\n", time } use Foo; BEGIN { printf "%d: Bar\n", time } use Bar; BEGIN { printf "%d: all modules loaded\n", time }