Help for this page

Select Code to Download


  1. or download this
    my $h_orig = {
        '/a/b/c/dt/data/SUSE/tool/0.9.0' => '/a/b/c/dt/tools/SUSE/tool/0.9
    +.0',
    ...
        '/a/b/c'                         => '/p',
        '/p/dt'                          => '/nfs/us'};
    
  2. or download this
    my $h_orig = { '/a' => '/b/c',
                   '/b/c' => '/a',
                   };