Subject: | P does weird things with arrays |
use P;
my @xs = (["hello"], ["world"]);
P @xs;
Pe @xs;
Output:
hello
2
I wouldn't've expected "hello" from P @xs, but I'm pretty sure Pe is supposed to produce the same output as P, just on STDERR.
This queue is for tickets about the P CPAN distribution.
The Basics
People
|
Bug Information
|