foreach my $net(@netLst){ if($net =~ /\'/) {next;} elsif(defined ($moduleRef->{modRef}{$moduleName}{ioRef}{$net})) { print "$net is part of hash"; } }