Help for this page

Select Code to Download


  1. or download this
    foreach (@options) {
      if(exists $hash{$_}) {  # always true for $_='fail'
        &do_something($_); last;
      }
    }