Help for this page

Select Code to Download


  1. or download this
    @chunks = split /\s+/, "thing with spaces in it";
  2. or download this
    @chunks = split ' ', $string_to_split;