Help for this page

Select Code to Download


  1. or download this
    
    package Exporter::All;
    ...
    In user's code
    
        use MyModule; # imports all my_ functions
    
  2. or download this
    package MyConstants;
    
    ...
    use constant BOO => 3;
    
    1;
    
  3. or download this
    use MyConstants;