my $fullpath="/tmp/dir*"; eval { @size=split("\n",`du -sk $fullpath | cut -f1`); }; $sum=0 if($@);