my %maps; foreach my $game (qw( cstrike ... )) { $maps{$game} = [ MAP::get_game_maps($game) ]; } [download]
In reply to Re^4: Perl Module Problems by ikegami in thread Perl Module Problems by davidov0009