my @array = split /:/; # the $_ is implied my $foo = $array[1]; #### my $foo = (split /:/)[1]; #### --- print map { my ($m)=1<