https://bugzilla.redhat.com/show_bug.cgi?id=1459155 --- Comment #2 from Petr Pisar <ppisar@xxxxxxxxxx> --- This code: use Math::Pari; #$b= Math::Pari::gadd (1,1); $b= Math::Pari::gadd (1,1); print "$b\n"; my $r = Math::Pari::pari2iv($b); print "$r\n"; prints: 2 9 If you uncomment the first assignment form gadd() call to $b, it will print correctly: 2 2 Assigning to different variable does not help. Replacing the first assignment with: $b=PARI 3.14; also helps. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx