On Wed, 5 Jun 2002, Robert Packer wrote: > I wrote a script to strip the domain from an e-mail address with PHP. But it > will max out my lousy computer at work. The lists have about 1 million plus > addresses on them... However, a colleague wrote a very similar program with > PERL and ran it from telnet and it went just fine. Can PHP be run in this > fashion?
Build or download the standalone binary, and then it works just like Perl (except that you'll want to add -q to the bangpath invocation). miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php