Help for this page
sub import { my $self = shift; ... foreach (@matches) { if (/\s(.*)\s(.*\@.*)\s/) { $users{$1} = $2 } }