Usage: podder.pl File::Find
Setup: Copy to your /usr/bin directory, then chmod a=rx /usr/bin/podder.pl
#!/usr/bin/perl use Pod::Find qw(pod_where); my $pod = pod_where( { -inc => 1 }, $ARGV[0] ); `pod2html --infile=$pod --outfile=/tmp/pod.html --noindex; konqueror / +tmp/pod2.html`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Display Pod in your web browser
by merlyn (Sage) on Oct 12, 2001 at 11:30 UTC | |
by jepri (Parson) on Oct 12, 2001 at 14:08 UTC | |
|
Re: Display Pod in your web browser
by VSarkiss (Monsignor) on Oct 12, 2001 at 16:01 UTC | |
|
Re: Display Pod in your web browser
by mexnix (Pilgrim) on Oct 12, 2001 at 23:42 UTC |