# Before doing stuff with array my @array = ('') x 8; # do stuff with array # or before returning from function for (@array) { $_ = '' unless defined } #or #for (@array[0..7]) { $_ = '' unless defined } return @array;
In reply to Re: the answer to an 'uninitialized value, now how do I implement it?
by runrig
in thread the answer to an 'uninitialized value, now how do I implement it?
by Bismark
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |