The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl -I.
$x = new Pod::Parse;
$x->parse_from_file_by_name($ARGV[0] || "newfunc.pod",\&Pod::RTF::Format);