On Thu, 2007-02-22 at 08:31 -0800, [EMAIL PROTECTED] wrote: > Hello > > I am not an advanced perl programmer and I do not have my books with > me. I want to determine if a string is within a string and to not > process the string if the string is found. Could someone please > provide a simple sample.
if( ! $variable =~ /check_string/ ) { ... } -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/