Hello All:

I have an array that contains words with dollar signs.

For example: @names = AS$FD, FD$AS.

I can grep this array successfully if I backslash the '$' sign:
 my @results = grep /AS\$FD/,@names

Hoever, I want to search @names with each of the names from another array
where the dollar signs are not backslashed.

Any help with this would be appreciated.

Ross


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to