Help for this page

Select Code to Download


  1. or download this
    # Having a cake...
    sub hello {
        print "Hello!\n";
    }
    
  2. or download this
    # Having a cake...
    sub hello {
    ...
    
    # And eating it, too!
    hello;