Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Recursive function in perl

by targetsmart (Curate)
on Jun 18, 2009 at 08:42 UTC ( [id://772675]=note: print w/replies, xml ) Need Help??


in reply to Recursive function in perl

I am having a number of links in a hierarchial order
IMO if you have it in a Hash of hashes (see perldsc), then the task becomes easy, just walk through the keys and respective values and call appropriate functions, maintain a array and push the values that you are walking through from particular key to print the depth(full link path).

How can I do it with recursion?
Why do you want to specifically go for recursion??, can't you achieve using simple ways unless you want to do something very purposeful inside that depth of link.


Vivek
-- 'I' am not the body, 'I' am the 'soul', which has no beginning or no end, no attachment or no aversion, nothing to attain or lose.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://772675]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found