Help for this page

Select Code to Download


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