in reply to Re: searching for clear ways to overwrite the empty string
in thread searching for clear ways to overwrite the empty string
(UPDATE: But I'm inclined to think that when there's a problem with too many long variable names, it might mean that those variable names really ought to be keys in a hash.)$_ //= "?" or s/^\z/?/ for ( $this_variable, $that_variable, $another_ +variable );
(updated again to fix the mis-typed operator in the snippet.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: searching for clear ways to overwrite the empty string
by Anonymous Monk on Apr 20, 2016 at 00:54 UTC |