Hello, I can't use a method called edges($u, $v) in the Graph::Base package. It will use an internal method _edges defined in Graph::Directed package. Even I copy this _edges() from Directed package to the Base package, I still can't use it, The program freezed when I use '@e = $G->edges;'. I don't understand why.
It's from Graph-0.20101 package. Thanks, Ying -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]