Help for this page

Select Code to Download


  1. or download this
    push(@dir, $_) if (-d "./desktop/$_");
    
  2. or download this
    @dir = grep { -d "./desktop/$_" } readdir(TEXTFILES);