>>>>> "Elizabeth" == Elizabeth A Rice <[EMAIL PROTECTED]> writes:

Elizabeth> The File::Find puts the names into the $filetab with forward slashes.  On
Elizabeth> NT, the archive program isn't prepared to handle filenames with forward
Elizabeth> slashes instead of backslashes, so says it cannot find the files.

(my $nt_filetab = $filetab) =~ tr#/#\\#;

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to