my $hash_ref = { '/' => sub {...} }; get($hash_ref); #### my $array_ref = [ '/', sub {...} ]; get($array_ref);