This is just a sample
Here's a new paragraph and a bold word.
Now some code:
\n/gs ;
# after this is just the normal process for HTML (current process).
##
#!/usr/bin/perl
print "Hello World!\n" ;
exit;
/code>
Some itens:
bla bla bla
bla bla bla
bla bla bla
By!
##
##
#!/usr/bin/perl
print "Hello World!\n" ;
exit;
####
This is just a sample
Here's a new paragraph and no support for bold.
Now some code, since the only tag suported is code:
#!/usr/bin/perl
print "Hello World!\n" ;
exit;
/code>
Some itens:
* item 1
bla bla bla
* item 2
bla bla bla
*item 3
bla bla bla
By!
####
#!/usr/bin/perl
print "Hello World!\n" ;
exit;
####
This is just a sample
Here's a new paragraph and a B##
#!/usr/bin/perl
print "Hello World!\n" ;
exit;
####
This is just a sample
Here's a new paragraph and a B##
$input =~ s/\r\n?/##
use Pod::HtmlEasy ;
my $p = Pod::HtmlEasy->new() ;
$input = $p->pod2html($input , only_content => 1 , no_index => 1 );
# note that Pod::HtmlEasy can personalize the content generation,
# where is possible to handle VERBATIM data directly to
# after this is just the normal process for HTML (current process).
####
use ePod ;
$input = epod2pod($input) ;
# after this is just like POD process:
use Pod::HtmlEasy ;
my $p = Pod::HtmlEasy->new() ;
$input = $p->pod2html($input , only_content => 1 , no_index => 1 );