I have forgot that, is there a //= operator in Perl? which should do the same stuff as:
unless (defined($foo) ) { $foo = ...; } Thanks.
I have forgot that, is there a //= operator in Perl? which should do the same stuff as:
unless (defined($foo) ) { $foo = ...; } Thanks.