Duffy, Peter <> wrote:
> Hi Brian,
>
> Thanks very much for that. Apologies for missing the \s and \t - I
> should have spotted those: I take your point about using "strict" and
> "warnings". Almost immediately after sending the original post, I
> noticed that I'd used double-quotes and tried repl
n
Sent: 21 October 2008 13:01
To: perl-win32-users@listserv.ActiveState.com
Subject: RE: file::spec splitpath problems
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Duffy, Peter
Sent: 21 October 2008 12:14
To: perl-win32-users@listserv.ActiveState.com
Subject: file::spec splitpa
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Duffy, Peter
Sent: 21 October 2008 12:14
To: perl-win32-users@listserv.ActiveState.com
Subject: file::spec splitpath problems
> Hi,
>
> I'm trying to use the File::Spec module to assist with
creating scripts whic
Hi,
I'm trying to use the File::Spec module to assist with creating scripts
which will work on both linux and windows. I'm hitting a problem when I
try to use the splitpath function. According to the manual, it should
return the list ( $volume, $directories, $filename). However, when I try
this un