http://qs321.pair.com?node_id=369307

perlgags78 has asked for the wisdom of the Perl Monks concerning the following question:

Hi folks, I amended my code as follows
if ($line =~ /(?:(?!throw).)/ ) { debug ("Doesn't contain throw"); }
yet it still printed the statement for the line        //throw OtherException I've put '.*' at the start and end of the reg exp but it still doesn't see the throw in the throw line. Thanks, Mark.