RE: file::spec splitpath problems

2008-10-21 Thread Brian Raven
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

RE: file::spec splitpath problems

2008-10-21 Thread Duffy, Peter
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

RE: file::spec splitpath problems

2008-10-21 Thread Brian Raven
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

file::spec splitpath problems

2008-10-21 Thread Duffy, Peter
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