Help for this page

Select Code to Download


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