Help for this page

Select Code to Download


  1. or download this
    package I_am_an_example;
    use strict;
    ...
    $I_am_an_example::jimmy="White";
    $I_am_an_example::bob="Hope";
    1;
    
  2. or download this
    use strict;
    use vars qw($test1 $test2);
    require ('inc.pl');
    print "$test1\n$test2\n";