Subject: | strange bug with & variable in perl 5.8.6 |
the simple perl script:
use Readonly;
Readonly my $test => ' ';
print "$test$test\n";
displays:
p;
for perl vesions 5.8.6 and 5.8.7 although it appears to work correctly for 5.8.5
This queue is for tickets about the Readonly CPAN distribution.
The Basics
People
|
Bug Information
|