Help for this page

Select Code to Download


  1. or download this
    $dir = path to the directory
    opendir (DIR,$dir) or die "dead";
    while(my $text = readdir DIR) {
       print "$file\n"
    }
    
  2. or download this
    .
    ..
    File.txt