$DOM_NAME, my $TLD) = split(/\./, $domain);
creates two variable out of an inputted domain name, 

until this comes along:
        domainname.org.uk

which it interprets as : 
        $DOM_NAME = domainname
        $TLD = org

so is it possible to do a 'greedy split' ??


Scott Lutz
Pacific Online Support
Phone: 604.638.6010
Fax: 604.638.6020
Toll Free: 1.877.503.9870
http://www.paconline.net


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to