Help for this page
if (-e glob '/abc/def/ghi/test*') # line 4
my @tests; if (@tests = glob '/abc/def/ghi/test*' and -e $tests[0]) {# line 4