[BACK]Return to man.pl CVS log [TXT][DIR] Up to [Development] / xfs-website.orig / data

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
Branch: MAIN
CVS Tags: HEAD

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";