Help for this page
( $word1 ) = $file =~ /EditorName\b.+\b(\s*)/;
( $word1 ) = ($file =~ /EditorName\b(.+?)\b\s*/);