in reply to
Re: string does not contain
in thread
string does not contain
Close.   Actually,
$string !~ /hello/
  or
! ( $string =~ /hello/ )
 
p
Comment on
Re: Re: string does not contain
Select
or
Download
Code
In Section
Seekers of Perl Wisdom