Help for this page

Select Code to Download


  1. or download this
    This is just a sample
    <p>
    ...
    bla bla bla
    <ul>
    By!
    
  2. or download this
      #!/usr/bin/perl
      
      print "Hello World!\n" ;
      
      exit;
    
  3. or download this
    This is just a sample
    
    ...
    bla bla bla
    
    By!
    
  4. or download this
      #!/usr/bin/perl
      
      print "Hello World!\n" ;
      
      exit;
    
  5. or download this
    This is just a sample
    
    ...
    =back
    
    By!
    
  6. or download this
      #!/usr/bin/perl
      
      print "Hello World!\n" ;
      
      exit;
    
  7. or download this
    This is just a sample
    
    ...
    => By
    Enjoy!
    
  8. or download this
      $input =~ s/\r\n?/<p>\n/gs ;
      # after this is just the normal process for HTML (current process).
    
  9. or download this
       use Pod::HtmlEasy ;
       my $p = Pod::HtmlEasy->new() ;
    ...
       # where is possible to handle VERBATIM data directly to <code>
       
       # after this is just the normal process for HTML (current process).
    
  10. or download this
       use ePod ;
       $input = epod2pod($input) ;
    ...
       use Pod::HtmlEasy ;
       my $p = Pod::HtmlEasy->new() ;
       $input = $p->pod2html($input , only_content => 1 , no_index => 1 );