Help for this page

Select Code to Download


  1. or download this
    while ( /([[:alnum:]]+)(\@dh\.nl)/g ) {
        my ($name, $domain) = ($1, $2);
        print "$name$domain\n";
    }