if (-e $checkme) { print "woo hoo\n"; } #### for (my $i = 2 to MAX_INTEGER) { if (-e "$checkme.$i") { print "woo hoo\n"; } else { start_it($i); } }