Help for this page
$w = "host, my-host-name # My Host Name";
($x) = $w =~ /^host,\s*(\w+)\s*/;
($x) = $w =~ /^host,\s*(\w+-\w+-\w+)\s*/;