Help for this page
Select Code to Download
Select
or
download this
@array = ();
Select
or
download this
@save = @array; for (@array) { # Loop stuff } @array = @save;