in reply to if not defined question
use Data::Diver qw/ Dive /; ... my $val = Dive( $data, \$id, \'HOST' ); if( !defined $val ){ ... } [download]