On 2/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I am not an advanced perl programmer

Have courage -- you'll get there someday!

and I do not have my books with me.

That's what the perldoc command is for.

I want to determine if a string is within a string

Do you want the index function?

   perldoc -f index

and to not process the string if the string is found.

Huh? Do you mean you want an if-block? Are you looking for the next operator?

   perldoc -f next

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to