in reply to Re: qr// for Expect.pm problem
in thread qr// for Expect.pm problem
or this will turn each backslash into 3 backslashes instead of just 2? I am confused. Once again thank you!, you have already helped.my $quoted_number_string = quotemeta $number_string; $quoted_number_string = quotemeta $quoted_number_string; $quoted_number_string =~ s/\\\@P\\\@/([0-9]+)/; ... qr/.*$card,$sim.*$quoted_number_string.*/i
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: qr// for Expect.pm problem
by AnomalousMonk (Archbishop) on Jun 25, 2011 at 21:17 UTC | |
by silentius (Monk) on Jun 26, 2011 at 19:19 UTC |