in reply to Re^2: ||= (poorly documented?)
in thread ||= (poorly documented?)
Also note that, because of the distinction between truthiness and definedness mentioned in previous replies, you're going to want to use //= instead of ||= in the vast majority of cases unless your code needs to support pre-5.10 versions of Perl.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: ||= (poorly documented?)
by frozenwithjoy (Priest) on Jul 09, 2012 at 09:46 UTC |