Help for this page

Select Code to Download


  1. or download this
     foo();
    
  2. or download this
      foo;  ## Oops
    sub foo {
    print "hello";
    }
    print "\n";
    
  3. or download this
     
      foo(); # it works