Richard Luckhurst schreef:

> [Windows]
> The line I am having trouble with is as follows
>
> $mv_result = `mv $dir/pdfs/$print_dir/$book_no.PDF
> $dir/pdfs/$print_dir/$replace.PDF`;

You assume that 'mv' works on both platforms. What happens if you type
mv<Enter> on a command prompt on either platform?

See `perldoc -f rename`.

-- 
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