Help for this page

Select Code to Download


  1. or download this
    my @users;
    foreach (@lines) {
        /<!-- USER \d+ - (\S+) -->/i and push @users, $1;
    }