in reply to Re: Re: Re: Re: Re: Grep Pattern Match
in thread Grep Pattern Match

I suck at regex... Hell I even admit it... maybe I should find a book like "Regex for Dummies" or "Idiots guide to Regex" That entire structure confuses me sometimes... But thank you for showing me this stuff... It is greatly appricated.

-----------------------
Billy S.
Slinar Hardtail - Hand of Dane
Datal Ephialtes - Guildless
RallosZek.Net Admin/WebMaster

perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat! +\n"; } else { print "Thats a dog\n"; } print "\n";'