Help for this page

Select Code to Download


  1. or download this
    if (-e glob '/abc/def/ghi/test*') # line 4
    
  2. or download this
    my @tests;
    if (@tests =  glob '/abc/def/ghi/test*'  and -e $tests[0]) {# line 4