Subject: | Quotes used with an empty string (possibly false positive) |
Quotes used with an empty string at line 5, column 23. See page 53 of
PBP.
1 #!/usr/bin/perl
2 use strict;
3
4 my $OPT_LINE = 1;
5 my $eol = $OPT_LINE ? " " : "\n";