|
Hi,
my suggestion is: go for bash/sh/csh - script or whatever shell u use. There is now advantege using perl here, except you want to implement things like mount, mkdir, mknod etc. yourself in perl. Otherwise you just fork off the processes and pipe data.
The same goes for shell-script with the difference that there is no additional perl-process iz running. Besides for this tasks perl is just oversized (hmm does one call it like that ?).
So far ...
__________________
-= C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do succeed, you will blow away your whole leg. =- Bjarne Stroustrup
|