in reply to Re: collecting array from pattern parenthesis
in thread collecting array from pattern parenthesis

Yes, I am. I do not know why it did not work before. Now it works and thaks a lot.
  • Comment on Re^2: collecting array from pattern parenthesis

Replies are listed 'Best First'.
Re^3: collecting array from pattern parenthesis
by moritz (Cardinal) on Sep 26, 2008 at 17:04 UTC
    It didn't work because you wrote = instead of =~.
      No, it's only here. In my code everything was fine. Maybe some other thing which i did not notice.