in reply to platform independent system commands

If you want the script to be truly portable, I'd recursively unlink each file in the directory, and then rmdir the directory itself.

It's a bit slower than a system call, but it's perl-native.

-s.

Replies are listed 'Best First'.
Re: Re: platform independent system commands
by IlyaM (Parson) on Mar 19, 2003 at 14:40 UTC