On Mon, 23 Jul 2001, Craig S Monroe wrote:
> I need to be able to change directories, copy files, etc...
There are plenty of modules that come with Perl doing just that, such as
File::Copy, as well as functions for chdir, rmdir, etc. No need to use
system calls at all, and you achieve a level of portability in case some
day you move over to Unix.
-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]