in reply to Need to grep for a string that ends with $$
if ($target =~ /\Q$matchmember\E$/) { print "Match!\n"; }
See perlretut for more information.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need to grep for a string that ends with $$
by ikegami (Patriarch) on Mar 07, 2012 at 00:38 UTC |