Mark Kvale writes: > "/usr/bin/perl" =~ m"/perl"; # matches, '/' becomes ordinary char "Matches after '/usr/bin'" ? > 'housecat' =~ /$foocat/; # doesn't match, there is no $foocat I do not think this a good example. Empty RExen should be avoided as long as possible. IlyaThread Previous