Help for this page
#!/usr/bin/perl -w use strict; ... } else {();} }
sub any (&@) { my $f = shift; ... } return 0; }