Help for this page

Select Code to Download


  1. or download this
    given:
    $hash{'root'} = ['a', 'b'];
    $hash{'a'} = ['c'];
    
  2. or download this
    I need an array that looks like this:
    [0] root
    [1] root / a
    [2] root / a / c
    [3] root / b