"Joseph L. Casale" schreef:

> I am using File::Path and need to assemble a directory without a
> trailing backslash, $Dir and a file, $File for copy. 
> I can't get the syntax right to assemble the path inside the copy?
> I need something like:
> Copy ($FromDir . \  . $File, $ToDir . \ . $File)
> 
> Any ideas?

Consider File::Spec 

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to