You might not expect the results you get.my $x = 10; foo(($x) x 2); print "x = $x\n"; sub foo { $_[0]++; $_[1]++; print "@_\n"; }
In reply to Re: Using x to build data structures considered harmful
by japhy
in thread Using x to build data structures considered harmful
by dws
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |