Help for this page

Select Code to Download


  1. or download this
    my @values = split m:/:, $path_string;
    
  2. or download this
    my $hashed_path = {};
    for my $path_string (@list_of_paths) {
    ...
        $hpref = $hpref->{$dir};
      }
    }