Help for this page

Select Code to Download


  1. or download this
    # slurp file contents
    my $contents;
    ...
    }
    # split into array on consecutive whitespace
    my @words = split /\s+/, $contents;