Help for this page
use strict; use warnings; ... $slave::typo = "Hello world"; print "$slave::typo\n";
use strict; use warnings; ... package slave; 1;