Re: Splitting a string

2002-09-05 Thread Octavian Rasnita
Thank you for the tip. It willl surely help me. I think I have found a module that does what I want, but I don't know if I will use it. Teddy, My dear email address is [EMAIL PROTECTED] - Original Message - From: "Wiggins d'Anconia" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROT

Re: Splitting a string

2002-09-05 Thread Wiggins d'Anconia
I am sure one of the gurus probably has a cool regex to do this, but I haven't gotten to that book yet ;-) One solution and by no means the fastest or shortest, would be to split on space, then step through your returned list checking the beginning of each element, if that element star

Splitting a string

2002-09-05 Thread Octavian Rasnita
Hi all, I want to split a string but it is a little too complicated for me. If it is too complicated, don't give me an answer but just a little hint to the right direction. I have a string like the following example (used to search in a search engine): "perl editor" free "blind accessible" I w

Re: remove elements in one array from another...

2002-09-05 Thread fliptop
On Thu, 5 Sep 2002 at 09:01, Anthony E. opined: AE:ie - i have two arrays (lists): AE: AE:@hrefs: a list of urls.. AE:and @banned, and list of bad urls. I want to remove AE:the @banned urls from @hrefs. AE: AE:How would i do this? you probably should represent one (or both) arrays as a hash. pe

remove elements in one array from another...

2002-09-05 Thread Anthony E.
ie - i have two arrays (lists): @hrefs: a list of urls.. and @banned, and list of bad urls. I want to remove the @banned urls from @hrefs. How would i do this? __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

Re: Compiling a CGI program

2002-09-05 Thread zentara
On Wed, 4 Sep 2002 22:05:17 +0300, [EMAIL PROTECTED] (Octavian Rasnita) wrote: >I've tried (without success) to compile a CGI application made in Perl using >perlcc. > >I've tried then a test program but it also doesn't want to compile. > >#!/perl/bin/perl >print "Content-type: text/html\n\n"; >p

Re: Compiling a CGI program

2002-09-05 Thread Brent Michalski
You don't need to compile Perl programs. If you are worried about speed, use mod_perl. If you are worried about someone "stealing" your script, don't. Even if it is "compiled", if someone really wants it they only have to decompile it... Brent

Weekly list FAQ posting

2002-09-05 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addr