Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Pod::Master

by frazap (Monk)
on Jun 27, 2014 at 06:29 UTC ( [id://1091432]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        #Pod::Html::pod2html(@args);    
        my $p = Pod::Simple::HTML->new();
    ...
        $fn = substr ( $args[4], 9) ;
        $p->parse_file( $fn ) or die("can't open $fn to parse $!");
        close FH;
    
  2. or download this
       #use Pod::Html qw( 1.04 ); 
       use Pod::Simple::Html;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1091432]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-20 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found