Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
use strict;
use warnings;
use Pod::Select 'podselect';
print "Generating README.pod\n";
podselect {-output => 'README.pod'}, 'bin/pollen';
exit 0;