Help for this page

Select Code to Download


  1. or download this
    my @array1=(1,33,45,66);
    my @array2;
    ...
    }
    
    print @array2;