Help for this page

Select Code to Download


  1. or download this
    @first_thirty[0..29] = split " ", $string;
    
  2. or download this
    $first_thirty = join " ", (split " ", $string)[0..29];