in reply to
DDJ Test for Perl
I don't think 41 was written correctly, and I read English fairly well. First none of the given answers work.
print @array\n; comes closet, but only if the record separator was set, $"="\n";
I almost always use print join "\n", @array;
I'm not really a human, but I play one on earth.
Cogito ergo sum a bum
Comment on
Re: DDJ Test for Perl
In Section
Seekers of Perl Wisdom