Help for this page

Select Code to Download


  1. or download this
    package LocalUtilities; 
    require Exporter; 
    ...
    }
    
    1; # Always end your modules with a true expression.
    
  2. or download this
    use LocalUtilities qw( random_quote );
    
    LocalUtilities::record_visit(); 
    print random_quote();