in reply to Re: Re: "Use of uninitialized value" with many variables
in thread "Use of uninitialized value" with many variables
Update: corrected thinko as per CombatSquirrel's reply.my %txt; my @field = qw( AnniversaryDate BirthDate EmailAddr FaxNo MobileNo ... ); @txt{@field} = ('') x @field;
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: "Use of uninitialized value" with many variables
by CombatSquirrel (Hermit) on Oct 06, 2003 at 07:59 UTC | |
|
Re: Re^3: "Use of uninitialized value" with many variables
by gwadej (Chaplain) on Oct 06, 2003 at 03:27 UTC |