> On Fri 28 Sep 2001 01:37, "Abigail" <[EMAIL PROTECTED]> wrote:
> > my $aref = [
> > [qw /fred barney pebbles bambam dino/],
> > [qw /homer bart marge maggie/ ],
> > [qw /george jane elroy judy/ ],
> > ];
I'd prefer to see (and I certainly would write)
[qw( homer bart marge maggie )],
As a vi user, it gives me an excuse to bounce on the % key.
I also don't understand why one would squeeze out all the
whitespace from inside the delimiters, when in general it's
more useful inside than out. Can someone splain this to me?
--
John Porter