Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    print $MyPackage::var;
    
  2. or download this
    # MyPackage.pm
    
    ...
    use MyUtils;
    
    1;
    
  3. or download this
    # MyUtils.pm
    
    ...
        }
    
    1;
    
  4. or download this
    c:\@Work\Perl\monks\TerryBerry>perl set_in_importing_script_1.pl
    42