in reply to Re: Matching @ in string
in thread Matching @ in string
I am sure this is very good advice, but in the present case
perl -elw 'if ("h@t" =~ /(\@)/ ) { print $1 }'doesn't produce any warning (I'm using 5.8.8 under Cygwin and Debian).
How did you get the message about the unintended interpolation?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matching @ in string
by tinita (Parson) on Nov 23, 2007 at 08:08 UTC |