2 # -*- eval: (bug-reference-mode 1) -*-
15 if ($c && /====/){xyz;}
17 print << "EOF1" . s/he"llo/th'ere/;
24 print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/;
32 print $'; # This should not start a string!
34 print "hello" for /./;
36 $fileType_filesButNot # bug#12373?
37 = join( '|', map { quotemeta($_).'$' } @
{$fileType->{filesButNot
}} );