Perl 5 and 6 have less in common than Haskell and 6.
Let's see. Haskell is a pure, lazy, functional language with latent static typing. Perl 6 is an operator-oriented multiple-paradigm language with some laziness guarantees and optional manifest dynamic typing. Perl 5 is an operator-oriented multiple-paradigm language with syntactically-ignored manifest typing.
I really don't see the Haskell/Perl 6 similarities.
In reply to Re^6: ** operator in perl
by chromatic
in thread ** operator in perl
by irah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |