in reply to Re^2: Comparing 2 arrays but ignoring certain patterns
in thread Comparing 2 arrays but ignoring certain patterns

The smart match operator ( ~~ ) was introduced in perl-5.10, so you'll need perl newer than 5.10 if you want to try it
  • Comment on Re^3: Comparing 2 arrays but ignoring certain patterns

Replies are listed 'Best First'.
Re^4: Comparing 2 arrays but ignoring certain patterns
by hongping (Novice) on Jun 29, 2012 at 07:29 UTC
    is there any other way to do it?