Help for this page

Select Code to Download


  1. or download this
    perl -e'opendir(D,shift)?print((map{$i+=!-f}readdir(D))-$i):die' your_
    +dir_here
    
  2. or download this
    perl -le'opendir(D,".")?print((map{$i+=!-f}readdir(D))-$i):die'