in reply to Re^2: How to use 2 files for calculating charges
in thread How to use 2 files for calculating charges

This feature added in perl v5.10.0 Refer perl5100delta:
and the statement $c //= $d; can now be used instead of $c = $d unless defined $c;
Bill
  • Comment on Re^3: How to use 2 files for calculating charges