Help for this page
for my $item (@$data) { if (defined($$item{email}) and $$item{email} ne '') { ... } ...other stuff... }