Perl 5 RT

Results 852 comments of Perl 5 RT

### From [email protected] #### Created by [email protected] The documentation in "perldoc Math​::BigInt" says that if $x is a Math​::BigInt object\, the code​:   $x\->bdiv\($y\); will change the value of $x\....

### From @pjf On Thu Oct 29 10​:21​:18 2009\, jl\_post@​hotmail\.com wrote​: > Evidently just the inclusion of the "bignum" module is causing > the Math​::BigInt​::bdiv\(\) method to behave differently \(in...

The RT System itself - Status changed from 'new' to 'open'

### From @TJC I confirmed this bug still exists in 5\.11\.1

### From @iabyn On Thu\, Oct 29\, 2009 at 10​:21​:18AM \-0700\, jl\_post@​hotmail\.com \(via RT\) wrote​: > \#\!/usr/bin/perl > > use strict; > use warnings; > > use Math​::BigInt; > my...

### From @obra On Wed Jan 20 14​:13​:43 2010\, davem wrote​: > Jesse\, given that Big\* are CPAN modules and that this bug is present > in 5\.8\.\*\, I can't...

### From @nwc10 On Wed\, Jan 20\, 2010 at 10​:13​:10PM \+0000\, Dave Mitchell wrote​: > Also\, does anyone know if there's a way to transfer this to the > appropriate...

### From @xdg On Wed\, Jan 20\, 2010 at 5​:19 PM\, Jesse via RT \ wrote​: >> Also\, does anyone know if there's a way to transfer this to the...

### From @obra Based on previous discussion and input from former pumpkings\, I'm removing this as a 5\.12\.0 blocker\.

### From @simoncozens ``` othersideofthe:simon ~ % perl -wle 'my $a; my $f=do { local *FH; open(FH,"/etc/passwd"); *FH; }; 0 while ; print $.' 48 othersideofthe:simon ~ % perl -wle...