http://www.perlmonks.org?node_id=435644


in reply to Re: Perl oddities
in thread Perl oddities

So does push(@a => $b);. Why are you using => instead of ,?

By the way, your code is equivalent to pipe('A', B); and not pipe(A, B).