RE: extracting email addys.

2003-11-23 Thread Silent Zed
Silent Zed> You could very simply match the email address, like so: Silent Zed> $text =~ m/[EMAIL PROTECTED]/g; Randal L .Schwartz> WRONG. WRONG WRONG WRONG. Please read the FAQ on this. Randal L .Schwartz> And dare I say again, WRONG. Ok, well I'm going to go out on a limb here, and defend my

Re: extracting email addys.

2003-11-23 Thread Randal L. Schwartz
> "Silent" == Silent Zed <[EMAIL PROTECTED]> writes: Silent> I'd like to know the thought's of other people are on this Silent> though, was I wrong to post a quick and dirty solution to a Silent> problem? The problem with that kind of a response is that it's likely to get picked up out of con

Javascript problems with -script

2003-11-23 Thread Mike Schienle
Hi all - I have a little CGI app I'm working on and getting stumped with a couple JavaScript problems. The first one is why I can't reference an external file using -script, but using the same code within the CGI works fine. Here's what I have now that opens a new browser window when the submi

RE: Javascript problems with -script

2003-11-23 Thread Charles K. Clarkson
On Sunday, November 23, 2003 6:42 PM, Mike Schienle <[EMAIL PROTECTED]> wrote: [snip] : Can someone point out what I'm missing in the -script section : that's commented out that would make it not work correctly? : The source of the file that's referenced is identical to what's : in the JSCRIPT var

Re: Javascript problems with -script

2003-11-23 Thread Mike Schienle
On Nov 23, 2003, at 06:47 PM, Charles K. Clarkson wrote: On Sunday, November 23, 2003 6:42 PM, Mike Schienle <[EMAIL PROTECTED]> wrote: [snip] : Can someone point out what I'm missing in the -script section : that's commented out that would make it not work correctly? : The source of the file that

Re: Javascript problems with -script

2003-11-23 Thread drieux
On Sunday, Nov 23, 2003, at 20:17 US/Pacific, Mike Schienle wrote: On Nov 23, 2003, at 06:47 PM, Charles K. Clarkson wrote: On Sunday, November 23, 2003 6:42 PM, Mike Schienle <[EMAIL PROTECTED]> wrote: [snip] : Can someone point out what I'm missing in the -script section : that's commented out t