Help for this page

Select Code to Download


  1. or download this
    my @array = (a, large, array, etc....);
    ...
    #Later, should I do:
    ...
    
    #And, if I want to re-use the variable even later, if I use undef, do 
    +I:
    my @array = (a, new, array);