Help for this page

Select Code to Download


  1. or download this
    opendir (D,".")|| die "nope sorry";
    for (readdir(D)){
    ++$count if -f;
    }
    print $count;