in reply to Re^2: Problem with array
in thread Problem with array
In that way, you'd discover or, more accurately perl would tell you, that certain of the variables are not declared and initialised before use e.g. $localidade ...use warnings; use strict;
|
|---|