Help for this page

Select Code to Download


  1. or download this
    my @five_only = @A[0..4];
    print @five_only
    
  2. or download this
    my @values = split(',', @A);
    
    ...
         }