in reply to Re: pattern match a name from stdin
in thread pattern match a name from stdin
However, if i want the match to occur at at the end i would include an addition $if (m/\|\Q$file/) {print $num_entry};
For example if the user entered Sarah it could output Sarah and Sarah-jane. But this second bit of code doesnt seem to work?if (m/\|\Q$file$/) {print $num_entry};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: pattern match a name from stdin
by japhy (Canon) on Oct 05, 2005 at 16:34 UTC |