I am not intending this to start a war or anything. I just need to take
something i wrote for mac perl and get it to run on a pc...
Perl on a PC is different than mac perl. Not much different, but different
enough to throw me for a few loops.
I am using the File::Copy module in my app to copy a
On Tue, 26 Feb 2002 10:49:37 -0600, Tom Carr wrote:
>Perl on a PC is different than mac perl. Not much different, but different
>enough to throw me for a few loops.
>
>I am using the File::Copy module in my app to copy a file from one directory
>to another directory in the mac app like this:
>
>u
At 17:56 +0100 2002.02.26, Bart Lateur wrote:
>No... it's that colon that trips you up. Er... ":oldFile.csv", is that
>this file in the current directlory? So why is that colon there at all?
Also look at File::Spec (and File::Spec::Functions). They allow creation
of portable file specifications.