#!/usr/bin/perl use lib '../lib'; # If you haven't installed perl yet. use Pod::Functions; local $/ = ''; $cur = ''; while (<>) { next unless /^=(?!cut)/ .. /^=cut/; if (s/=item (\S+)/$1/) { #$cur = "POSIX::" . $1; $next{$cur} = $1; $cur = $1; $syn{$cur} .= $_; next; } else { #s,L $name.pod") || die "can't open $name.pod: $!"; print POD <