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

this is no working. syntax error at "]~"
  • Comment on Re^2: Comparing 2 arrays but ignoring certain patterns

Replies are listed 'Best First'.
Re^3: Comparing 2 arrays but ignoring certain patterns
by Anonymous Monk on Jun 29, 2012 at 07:20 UTC
    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
      is there any other way to do it?