Help for this page

Select Code to Download


  1. or download this
    # Foo
    package Foo ;
    ...
        print "Bye World!\n" ;
    }
    1 ;
    
  2. or download this
    # main
    use Foo qw ( saySomethingElse ) ;
    saySomethingElse() ;