Help for this page

Select Code to Download


  1. or download this
    unless(grep /home/, @words) {
      print $words[$x];
    }
    
  2. or download this
    print $words[$x] if $words[$x] =~ /home/;