Help for this page
print '.',$_;
#!/usr/bin/perl -w use strict; use warnings; ... # close ARGV; print $_; }