Help for this page

Select Code to Download


  1. or download this
    ->dir1->file.txt
    ->dir2->file.txt
    ->dir3->file.txt
    
  2. or download this
    ->dir->file1.txt
         ->file2.txt
         ->file3.txt
    
  3. or download this
    ->dir1->file1.txt
    ->dir2->file2.txt
    ->dir3->file3.txt
    
  4. or download this
    use File::Path qw/ make_path /;
    make_path( $_ ) for 1 .. 20;