How does one use '$' to get the pattern at the end of string?
For example, I want to remove '&' at the end of 'hello&'.  PERL docs
indicate I could write:
    s/$(\&)//;
but doesn't seem to work.



---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to