On Wed, Aug 17, 2011 at 4:50 PM, Jonathan Swartz <swa...@pobox.com> wrote:

> What does foo.pl contain? Please make it as minimal as possible. Also do
> the Mason unit tests pass/fail?
>

Without even looking at code I'm going to guess this is a path separator
issue.

open my $fh, "C:*\D*ocuments and Settings*\A*dministrator*\D*
> esktop\foo.txt";
>

Unrecognized escape \D passed through at - line 1.
> Unrecognized escape \A passed through at - line 1.
> Unrecognized escape \D passed through at - line 1.
>

The issue doesn't appear on Linux because you're unlikely to be using
pathnames with embedded backslashes there.

-- 
Stephen Clouse <stephenclo...@gmail.com>
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to