Help for this page

Select Code to Download


  1. or download this
    C:\www\NB.biz\html>type test.pl
    #!e:/perl/bin/perl.exe -w
    ...
    print "\nJust named directories:\n",  grep { -d $_ and $_ ne '.' and $
    +_ ne '..'} read
    dir(DIR);
    closedir(DIR);
    
  2. or download this
    C:\www\NB.biz\html>test.pl .
    Arg:.
    ...
    Just named directories:
    
    C:\www\NB.biz>