1- parameterize top level domain list in Schemeless.pm?
2- shouldn't have picked this out:
3    $url = 'http://'.rand(1000000).'@anonymizer.com/'.$url (/url 63);
4- find email addresses
5    - <freeside> $text =~ s((?<![\/:])([.-_\w]+\@(\w+\.)+\w+))(<A HREF="mailto:$1">$1</A>)g;
6    - see also Email::Find
7- I'd think this should either be leaving off the parenthesized part or
8  including the close paren:
9    http://www.tbjck.com(86-10-85893372)
10        -> http://www.tbjck.com(86-10-85893372/
11