X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FNode.pm;h=74b51545389362293235a68dd3ac09c1eb50fdd5;hb=39d725f7d2b64485bae8cd53addb5dfdca87a451;hp=eaf61a29f46a3c4b68a6f792c928dc03daa6cf9a;hpb=0bcb285f8e0cd1ddaf10c5304b73c3e9a1886889;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Node.pm b/lib/ZOOM/IRSpy/Node.pm index eaf61a2..74b5154 100644 --- a/lib/ZOOM/IRSpy/Node.pm +++ b/lib/ZOOM/IRSpy/Node.pm @@ -1,4 +1,4 @@ -# $Id: Node.pm,v 1.3 2006-10-11 14:34:21 mike Exp $ +# $Id: Node.pm,v 1.5 2006-10-11 16:36:03 mike Exp $ package ZOOM::IRSpy::Node; @@ -159,7 +159,7 @@ sub select { my @sub = $this->subnodes(); if ($address eq "") { return $this; - } elsif (my($head, $tail) = $address =~ /(.*):(.*)/) { + } elsif (my($head, $tail) = $address =~ /(.*?):(.*)/) { return $sub[$head]->select($tail); } else { return $sub[$address];