Home | History | Annotate | Download | only in Scripts

Lines Matching refs:separator

458     # Make input record separator the new-line character to simplify regex matching below.
1008 # or if the separator line that follows this line is missing.
1043 my $separator = "_" x 67;
1044 if (defined($_) && /^$separator[\r\n]+$/) {
1047 die("Failed to find separator line: \"$_\".");