Is there a module I could use to do this? Or a better way?use strict; use Getopt::Std; my %opts; getopts('h', \%opts); system "perldoc $ARGV[0]" if $opts{h};
In reply to Formatted POD when -h is passed to program by mhearse
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |