Help for this page
if ( $this_server =~ m/^(\w+)_/ ) { $this_server = $1; }
if ( $this_server =~ m/^(\w+?)_/ ) { $this_server = $1; }