Forum: Perl Sep 19th, 2008 |
| Replies: 4 Views: 807 that appears to work as i don't receive an error when seperated by a space. but I am not
pulling any data that way ---
when i do single searches the data pulls up fine. Any suggestions helpful... |
Forum: Perl Sep 19th, 2008 |
| Replies: 4 Views: 807 so i should remove this line: if (@results = grep(/$searchPattern/,@lines)){
replace with ~=m/ ... ,
( i am reading up on ~=m/ ... , but am only finding info for m/ --- any suggestions ... |
Forum: Perl Sep 19th, 2008 |
| Replies: 4 Views: 807 Where should i look for this answer:
Hi,
If you don't know the answer if you could please point me in the right direction
it would be appreciated. looking to search for more then 1 term... |