Help for this page

Select Code to Download


  1. or download this
    
    my (@search);
    ...
            chomp($lines);
            push(@search, $lines) if grep { /$query/ } $lines;
         }
    
  2. or download this
    if(@search){
       print "Hey...I found something\n"
    }