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 16:29 UTC |
In Section
Seekers of Perl Wisdom