Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    if ( defined $factories{$tmpf} ) {
        print "yay!\n" if $match =~ m/$factories{$tmpf}/;
    }
    
  2. or download this
    farms
    farms
    yay!