Like I've said in previous posts there's lots of good regex info if you search around Perl Monks try Perlmonks Tutorial:
It helps if you try to code something up yourself then post. I've found learning by doing is the best way to get familiar with REGEX.I have also found
very helpful working with regex's. Lots of good examples.I found tools like
or Eclipses regex tool to be helpful in debugging my regex commands.Good Luck.