Lines Matching refs:split
185 my @words = split(" ", $line);
1215 foreach my $path (split(/:/, $ENV{PATH})) {
1227 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
1295 @lines = split("\n", $output);
1305 @lines = split("\n", $output);
1591 my @wish = split(/[, ]+/, $input);
2145 my @nw = split(/[^A-Za-zĄ-’\'\,\.\+-]/, $name);