Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $slave::typo = "Hello world";
    print "$slave::typo\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    package slave;
    1;