# !@{$array_ref} <-- Perl will complain about this if $array_ref is undefined # $#{$array_ref} <-- but not this if($#{$createdFiles->{$streamID}} == -1){ print "Empty\n"; }