in reply to Re: Tossing unwanted values from returned list
in thread Tossing unwanted values from returned list

You know, I don't think I've ever used grep in a perl script. I tend to go the long way around and run things through an if ($foo =~ /.../) construct. I'll have to make it a point to try grep a few times so I can add it to my toolbox.

---
A fair fight is a sign of poor planning.