8 lines
49 B
Perl
8 lines
49 B
Perl
#!perl
|
|
|
|
use Pod::Html;
|
|
|
|
pod2html @ARGV;
|
|
|
|
__END__
|