$Id: TODO,v 1.2 2005/03/22 16:04:54 roderick Exp $

- parameterize top level domain list in Schemeless.pm?
- shouldn't have picked this out:
    $url = 'http://'.rand(1000000).'@anonymizer.com/'.$url (/url 63);
- find email addresses
    - <freeside> $text =~ s((?<![\/:])([.-_\w]+\@(\w+\.)+\w+))(<A HREF="mailto:$1">$1</A>)g;
    - see also Email::Find
