in reply to Using a hash reference in a regular expression
Bottom line: qr// returns a Regexp object, which retains its original string representation, and overloads "" to return that value.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using a hash reference in a regular expression
by johngg (Canon) on May 23, 2006 at 09:21 UTC |