Help for this page

Select Code to Download


  1. or download this
    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 }