Help for this page
use strict; use warnings; use feature 'say'; ... push @ary, exists (&non) ; say scalar(@ary)
1 # *non exists after compilation of &non "" # *other doesn't exist () # sub &non doesn't exist but empty list returned 0 # @ary has consequently no elements
1 "" "" 1