Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Comparing string to array elements

by Lotus1 (Vicar)
on Jan 13, 2017 at 21:14 UTC ( [id://1179550]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Comparing string to array elements
in thread Comparing string to array elements

Why not

  • read in the terms.txt file into a scalar variable using slurp,
  • split that into an array of terms,
  • use a regex inside a foreach loop to test each term against your text?

The example I gave you was intended to point you in this direction. My example shows how to slurp a file into a scalar variable. Then split that with something like my @terms = split ' ', $terms_text.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1179550]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found