Help for this page

Select Code to Download


  1. or download this
    while (@folder = readdir(DIR)){
        last;
    }
    
  2. or download this
    @folder = readdir(DIR);
    
  3. or download this
    use Path::Tiny 'path';
    
    ...
          ...;
       }
    }