Help for this page

Select Code to Download


  1. or download this
    @array = ();
    
  2. or download this
     
    @save = @array;
    for (@array) { # Loop stuff }
    @array = @save;