Help for this page
if($file =~ m/hd_defect-(.*?)\.(.*)$/) { $host = $1; $dom = $2; }
if($file =~ m/hd_defect-(.*?)\.?(.*)$/) { $host = $1; $dom = $2; }