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