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: <-----------LINE 41

That looks like the start of a long string. Although line 41 is where
the string starts, the problem backslashes may be anywhere in the
string.

Because the backslash is always a metacharacter in Perl, if you mean a
real backslash, use two of them. A single backslash is asking for some
kind of magic.

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to