Help for this page

Select Code to Download


  1. or download this
        package Whatever;
    
    ...
        }
    
        1;
    
  2. or download this
        use Whatever qw<this that tother>;
    
        Whatever::report();    # I feel used (with: this that tother)
    
  3. or download this
        require Whatever;
    
        Whatever::report();    # I feel required