Help for this page

Select Code to Download


  1. or download this
    defined(my $exists = -e $file)
        or die("Error checking if \"$file\" exists: $! $^E\n");
    
    print("$file ", ($exists ? "exists" : "doesn't exist"), "\n");