Help for this page
$ENV{COLUMNS}=4096; my @array = `df -k`;
# Fix array: If line is too short, append to previous line { ... } @array = @tmp; }