Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "$tmpf\n";   # prints 'farms'
    print keys( %factories), "\n";   # 'farms' is one of them.
    print "Is defined" if ( defined $factories{ $tmpf});
    
  2. or download this
    farms
    farms
    Is defined