in reply to Canon concerning coderef calls?

Clunky, but this works ...
foreach my $MySubName (@list) { &{\&$MySubName}($MySubName); }

    Earth first! (We'll rob the other planets later)