Lines Matching full:rest
138 my $rest = $2;
140 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
142 if ($rest =~ m/$re/) {
143 my @rest = split /\|\|/, $rest;
144 shift @rest;
145 foreach (@rest) {
157 my $rest = $2;
159 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
161 if ($rest =~ m/$re/) {
162 my @rest = split /\&\&/, $rest;
163 shift @rest;
164 foreach (@rest) {
1027 my $rest = $';
1034 …ing leading spaces: \$normalized_line = '$normalized_line', \$space = '$space', \$rest = '$rest'\n"
1036 $_ = $space.$rest;
1121 my $rest = $';
1133 …: \$normalized_line = '$normalized_line', \$space = '$space', \$body = '$body', \$rest = '$rest'\n"
1136 $_ = $rest;