Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value $image in concatenation (.) or string at -e
    + line...
    
  2. or download this
    if (!-d $image && -e $image) {
        print "Yes image exists\n";
    ...
    else {
        print "No image doesn't exist\n";
    }