Help for this page
my $self = shift; my ($amount) = @_; ... $amountNew = $amountOld + $amount; print("\nNew values\n"), Dump($amountOld), Dump($amount), Dump +($amountNew), print("Correct output: ($amountOld + $amount = $amountN +ew)\n\n"); }
SV = PVNV(0x2c8ef8c) at 0x23b4958 REFCNT = 1 ... CUR = 16 LEN = 35 Correct output: (4253.95 + 0.9 = 4254.85)
perl -v This is perl, v5.8.3 built for MSWin32-x86-multi-thread (with 8 registered patches, see perl -V for more detail)