Re: perl errors: Unrecognized escape characters.............

2007-02-23 Thread Tom Phoenix
On 2/23/07, Nishi Bhonsle <[EMAIL PROTECTED]> wrote: Unrecognized escape \B passed through at C:\test.pl line 41. The perldiag manpage sez: (W misc) You used a backslash-character combination which is not recognized by Perl. "This perl script accepts 5 arguments. The syntax is: <---

perl errors: Unrecognized escape characters.............

2007-02-23 Thread Nishi Bhonsle
Hi: I see these errors when i run my perl script. Unrecognized escape \B passed through at C:\test.pl line 41. Unrecognized escape \o passed through at C:\test.pl line 41. Unrecognized escape \W passed through at C:\test.pl line 41. Unrecognized escape \W passed through at C:\test.pl line 41. Unr