Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print is_good_org("National Bunk")  ?"yes":"no", "\n"; # "no"
    print is_good_org("Illegal Exports")?"yes":"no", "\n"; # "no"
    print is_good_org("Test LLC")       ?"yes":"no", "\n"; # "no"