> >> I browsed the CPAN a bit, but wasn't too happy with the
> >> choices there,
> >> aside from the fact that any module installs would pretty 
> much defeat
> >> the purpose here.
> >
> > Why is that? That is the point of modules.
> 
> Well, as I said we're talking about 32 servers running at least 4 
> different operating systems here, and we're not comparing 
> versions yet. 
>   How many versions of Perl do you think that adds up to?  If we're 
> going to install modules under those conditions why not just 
> check the 
> OS version and shell out?  I bet there are less combinations that way.

That's your answer. Use $^O and other OS indicators and set up df's args
appropriately then.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to