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`;
In reply to Display Pod in your web browser by jepri
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |