Help for this page

Select Code to Download


  1. or download this
    my @subdirs = readdir($dh);
    
  2. or download this
    my @subdirs = grep { /^\.\.?\z/ } readdir($dh);