Help for this page

Select Code to Download


  1. or download this
    q qq(DELIMITER)Here is my happy string!qq(DELIMITER);
  2. or download this
    my @list = split(' ', <<HERE);
    some whitespace
    separated words
    HERE