Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
#!/usr/new/bin/perl
eval 'exec /usr/new/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
use Pod::Text;
if(@ARGV) {
pod2text($ARGV[0]);
} else {
pod2text("<&STDIN");
}