Help for this page
#!/usr/bin/perl -w ... my( $arg ) = shift; print $arg, "\n"; }
#!/usr/bin/perl -w ... } check_for_in( "derby" );