This isn't an inplace edit, though. --Dave$foo = "hello, world"; @foo = unpack( ("a" x length($foo)), $foo); @foo = map { bar $_ } @foo; $foo = pack( ("a"x@foo), @foo);
In reply to Re: Forcing array context
by dpuu
in thread Forcing array context
by jens
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |