use strict; my $fs = join(' ', @_); open(DF, "df $filesystems |"); my @df = ; close(DF); chomp(@df);