Help for this page

Select Code to Download


  1. or download this
    .
    ..
    
  2. or download this
    my @dots = grep { ! /^\./} readdir(DIR);
    
  3. or download this
    my @dots = glob("*"); # adjust argument to glob as needed