So I have searched high and low, Google, Bing, duckduck but no luck.
I was given a set of perl scripts to maintain, in one of the scripts I see the following type of code:
$var //= "";
What is //=
If I look in the book "Programming Perl 4th edition" all it says is that this is an assignment operator, but not what it does.

Any help greatly appreciated.
TIA
I was given a set of perl scripts to maintain, in one of the scripts I see the following type of code:
$var //= "";
What is //=
If I look in the book "Programming Perl 4th edition" all it says is that this is an assignment operator, but not what it does.

Any help greatly appreciated.
TIA