Help for this page

Select Code to Download


  1. or download this
    my %types;
    foreach my $type (map { "type$_" } qw(A B C D E))
    {
        $types{$type} = $factory->new(type => $type, ...);
    }