Maybe I should be asking how to do a df command that drops the Use% column but gives me everything else?You could try parsing df output with the CPAN module: Filesys::Df
Is it possible for you to reduce your code while still producing the same error? If you could post some code that anyone here could run, we might be able to help you debug it better. For example, does this simplified code still give you an error?
use warnings; use strict; use autodie; open OUT, '> df.out'; my $rc = `df -h`; print OUT "$rc\n";
In reply to Re^3: print question
by toolic
in thread print question
by bp4a
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |