Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Excluding words with more than three a

by japh (Friar)
on Dec 20, 2001 at 06:02 UTC ( [id://133372]=note: print w/replies, xml ) Need Help??


in reply to Excluding words with more than three a

perl -ne 'print unless (/a.*a.*a/ || /b.*b/ || /k.*k/) }' dictionary.txt
  • Comment on Re: Excluding words with more than three a

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found