Help for this page

Select Code to Download


  1. or download this
    if (-e $file) {
      print "SKIP\n" if DEBUG;
    ...
    } else {
      print "downloading...\n" if DEBUG;
    }