Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use HTML::TextToHTML;
    ...
                            preformat_trigger_lines=>0,
                            );
    print "$! \n" if( $! );
    
  2. or download this
    $VAR1 = \'test.txt';
    $VAR2 = \'test.html';
    ...
                       'titlefirst' => 0,
                       'body_deco' => ''
                     }, 'HTML::TextToHTML' );