Help for this page

Select Code to Download


  1. or download this
    /file.txt
    /a/file.txt
    /a/b/c
    /a/b/c/file.txt
    /z/m/w/file.txt
    
  2. or download this
    %dir_hash(
        'file.txt' => '',
    ...
            'b' => {
                'c' => {
                    'file.txt'
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    /a/b/c
    /a/b/c/file.txt
    /z/m/w/file.txt
    
  4. or download this
    my $last=\\%dirhash;
    $last=\$$last->{$_} for split qr|/|;