in reply to "Use of uninitialized value" with many variables
You can set all these defined and empty with this,
my ($txt_AnniversaryDate, $txt_BithDate, $txt_EmailAddr, $txt_FaxNo, $txt_MobileNo, $txt_Name, $txt_PhoneNo, $txt_PhysicalAddress, $txt_PhysicalCode, $txt_PhysicalCountry, $txt_PhysicalTown, $txt_PostalAddress, $txt_PostalCode, $txt_PostalCountry, $txt_PostalTown, $txt_Sex, $txt_Surname) = ('') x 17;
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: "Use of uninitialized value" with many variables
by tilly (Archbishop) on Oct 06, 2003 at 02:39 UTC | |
by davido (Cardinal) on Oct 06, 2003 at 03:25 UTC | |
by tilly (Archbishop) on Oct 06, 2003 at 03:39 UTC |