Help for this page

Select Code to Download


  1. or download this
    my @paths = (
              'C:\\foo\\bar\\baz',
    ...
              'C:\\car',
              'C:\\c'
            );
    
  2. or download this
    my @nested = (
              'C:\\foo\\bar\\baz'
    );
    
  3. or download this
    $VAR1 = {
              'C:' => {
    ...
                                 }
                      }
            };
    
  4. or download this
    my @nested = (
              'C:\\c',
              'C:\\car',
              'C:\\foo\\bar\\baz'
    );