Help for this page

Select Code to Download


  1. or download this
    use TestModule;
    
    print "I am exiting now.\n";
    
  2. or download this
    package TestModule;
    
    ...
    sub blah { "blah!" }
    
    1;