Home | History | Annotate | Download | only in gp-display-html

Lines Matching refs:split_line

3427           my @split_line = split ("=", $line);
3432 if (scalar @split_line != 2)
3434 # if (scalar @split_line == 2) {
3440 $ignore_count = chomp (@split_line);
3445 $msg = "the splitted line is [@split_line] and does not";
3458 $msg = "split_line[1] = " . $split_line[1];
3461 chomp ($split_line[1]);
3462 $field = $split_line[1];
14166 my @split_line;
14292 @split_line = split ("#", $line);
14294 for my $i (@split_line)
14299 $first_part = $split_line[0];
14326 @my_fields = split (/\s/, $split_line[0]);