Bug#627613: Acknowledgement (Mistaken aliasing of $& somewhere in the bowels of Perl)

Ian Jackson ijackson at chiark.greenend.org.uk
Sun May 22 17:17:49 UTC 2011


found 627613 5.12.3-7
found 627613 5.10.0-19lenny3
thanks

Output on current sid (5.12.3-7):

richard at deodand:~$ perl perl-bug.pl 
$VAR1 = {
          'Num' => '1'
        };
$VAR1 = {
          'Num' => 'word',
          'Word' => 1
        };
$VAR1 = {
          'Num' => '1',
          'Word' => 1
        };
$VAR1 = {
          'Num' => 1,
          'Word' => 1
        };







More information about the Perl-maintainers mailing list