Help for this page

Select Code to Download


  1. or download this
    if (-e $checkme) {
       print "woo hoo\n";
    }
    
  2. or download this
    for (my $i = 2 to MAX_INTEGER) {
       if (-e "$checkme.$i") {
    ...
       }
    }