*** /c/tmp/Search.pmARA4e1 Tue Jun 3 01:01:30 2003 --- /c/tmp/Search.pm.modARAqoE Tue Jun 3 01:01:30 2003 *************** *** 707,713 **** } } ! if( $theFormat ) { $searchResult =~ s/\n$//gos; # remove trailing new line } if( $doInline ) { --- 707,713 ---- } } ! if( $theFormat && (($doInline == "1")||($doInline == "0")) ) { $searchResult =~ s/\n$//gos; # remove trailing new line } if( $doInline ) {