|
|
| File: [Development] / xfs-website.orig / data / man.pl (download)
Revision 1.1, Thu Jan 25 19:55:48 2001 UTC (16 years, 8 months ago) by xfs
Man pages update |
#!/usr/bin/perl
print "<%INIT>\n return {\n";
while (<>){
@f = split('\.',$_);
print "\'$f[0]\' => { \'href\' => \'$f[0].html\'},\n";
}
print " };\n </%INIT>\n";