Help for this page

Select Code to Download


  1. or download this
    foreach $n (1..50) {
      print "$n: ";
      print "yes" if -e <*>;
      print "\n";
    }
    
  2. or download this
    print "Found textfile!" if () = <$dir/*.txt>;