http://www.perlmonks.org?node_id=860026


in reply to Re^2: Pattern Matching issue
in thread Pattern Matching issue

You have typos. Note how you transit your 'new' variables 3,2,1 not 1,2,3, which would yield your desired result. A debugger would have made this clear. Check out Basic debugging checklist.

Replies are listed 'Best First'.
Re^4: Pattern Matching issue
by rookie_monk (Novice) on Sep 13, 2010 at 20:29 UTC
    OK, yea I just figured it out. Thanks for the help.. Wouldve took me another hour or soo if you guys didnt pt it out. Thanks...