in reply to Re: Finding a Path
in thread Develop a Tree

I have taken a look at Graph before. The problem I have is that I cannot find any tutorials on how to use it. Most of what I seen in the way of examples, the programmer refers to everything in a way that imply you know what he is talking about.

If you could point me at a tutorial for Graph I would certainly appreciate it.

Replies are listed 'Best First'.
Re^3: Finding a Path
by toma (Vicar) on Jan 26, 2007 at 05:29 UTC
    The tutorial for the Graph module is Mastering Algorithms with Perl by Jon Orwant, Jarkko Hietaniemi, and John Macdonald. I enjoyed this book very much and I use it as a reference for the Graph modules, which I use a lot.

    It should work perfectly the first time! - toma