M
Mikael Petterson
Hi,
In my perl script I have the following match:
if ($_ =~ m/$featureId/)
But I also want to add a condition saying:
not matching the string 'disable' in $_
How can I do that?
cheers,
//mikael
--
Mikael Petterson
Software Designer
Ericsson AB, Stockholm, Sweden
Visiting address: Isafjordsgatan 15, Kista
Phone: +46 70 2673044
E-mail: (e-mail address removed)
In my perl script I have the following match:
if ($_ =~ m/$featureId/)
But I also want to add a condition saying:
not matching the string 'disable' in $_
How can I do that?
cheers,
//mikael
--
Mikael Petterson
Software Designer
Ericsson AB, Stockholm, Sweden
Visiting address: Isafjordsgatan 15, Kista
Phone: +46 70 2673044
E-mail: (e-mail address removed)