Monks,
I have created a Graph::Directed object. I want to make a copy of it to work on whilst keeping the original graph intact (allowing me to easily revert to the original graph). I want to clone the object. However when I do the following:
$TMPGRAPH = $GRAPH
it is unsurprisingly the case that operating on TMPGRAPH alters GRAPH. How can I clone $GRAPH such that modifying TMPGRAPH will not affect $GRAPH?
Thanks,
____________In reply to Cloning Graph::Directed Objects by arunhorne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |