Using the BEGIN hack, and the message as you included it, it appears that
'c:\w03g\sybase\r120500' evaluates to
'as'. I suspect this is an issue with Perl trying to convert your
\'s into escapes. "
Win32 Perl Programming : The Standard Extensions" covers this. Try using forward-slashes and see if it works any better (or doubling all of your back-slashes). I am
not sure this will work, but it might, so, worth a try. Unfortunatly, i am on a non-Perl machine, and cannot test :/
from the frivolous to the serious