Help for this page
Select Code to Download
Select
or
download this
$a = ['a', 'b', 'c']; for $i (@{$a}) { undef $i; }
Select
or
download this
@x = @{$a} -OR- @x = (@{$a})