in reply to using List::MoreUtils::zip with anon arrays ?
Try:
Not that it's particularly nice to look at, but it does seem to satisfy the interpreter, at a likely cost to the runtime speed...my $stat = { zip @{[qw(dev ino mode nlink uid gid rdev size atime mtime ctime blksi +ze blocks)]}, @{[ stat '/tmp' ]} };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using List::MoreUtils::zip with anon arrays ?
by leocharre (Priest) on Aug 28, 2006 at 20:12 UTC |