p4raw-id: //depot/perl@4841
# there may be pod commands embedded within the text so those must be
# converted to html commands.
#
+
+sub process_text1($$;$);
+
sub process_text {
return if $ignore;
my( $tref ) = @_;
$E2c{sol} = '/';
$E2c{verbar} = '|';
+sub depod1($;$);
+
sub depod($){
my $string;
if( ref( $_[0] ) ){