Lines Matching full:split
241 my @words = split(" ", $line);
406 my @array = split(/,/, join(',', @$arrayRef));
952 my ($suspect, $fix) = split(/\|\|/, $line);
975 my ($suspect, $fix) = split(/->/, $line);
1127 my @lines = split('\n', $text);
1183 @include_files = split('\n', $files);
1206 @include_files = split('\n', $files);
1241 my @lines = split("\n", $output);
1292 foreach my $line (split(/\n/, $lines)) {
1507 foreach my $path (split(/:/, $ENV{PATH})) {
1519 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
1533 for my $c (split(//, $str)) {
1910 foreach my $c (split(//, $lines[$line])) {
2310 for my $modifier (split(' ', $possible)) {
2365 my @lines = split("\n", $output, -1);
2371 $output = (split('\n', $output))[0] . "\n";
4294 for my $arg (split(/\s*,\s*/, $ctx)) {
5110 my @elements = split(/($ops|;)/, $opline);
5955 @def_args = split(",", $define_args);
6029 my @stmt_array = split('\n', $define_stmt);
6293 "quoted string split across lines\n" . $hereprev) &&