in reply to Re^2: Help with pushing into a hash
in thread Help with pushing into a hash

Ask yourself what you want to match?

In regular expression dot means any character

Replies are listed 'Best First'.
Re^4: Help with pushing into a hash
by jemswira (Novice) on Aug 30, 2012 at 11:52 UTC
    Well I want to match all the PF.{5} but i don't want the decimal point at the end, and the numbers after the decimal point. So essentially I want to match all the PF.{5} only.

      Well I want to match all the PF.{5} but i don't want the decimal point at the end, and the numbers after the decimal point. So essentially I want to match all the PF.{5} only.

      What does that mean?

      I have a better idea, post your changed code, the thing that isn't working