X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FNode.pm;h=eaf61a29f46a3c4b68a6f792c928dc03daa6cf9a;hp=84eadcaee10c50572c9f01194ebe6296c501ee36;hb=d1a183021955e2f7cc6c16c0779767b66acebce9;hpb=839f11b7f5b35d7329c361afd806aee156b06c2c diff --git a/lib/ZOOM/IRSpy/Node.pm b/lib/ZOOM/IRSpy/Node.pm index 84eadca..eaf61a2 100644 --- a/lib/ZOOM/IRSpy/Node.pm +++ b/lib/ZOOM/IRSpy/Node.pm @@ -1,4 +1,4 @@ -# $Id: Node.pm,v 1.2 2006-10-06 16:51:32 mike Exp $ +# $Id: Node.pm,v 1.3 2006-10-11 14:34:21 mike Exp $ package ZOOM::IRSpy::Node; @@ -98,6 +98,8 @@ Pretty-prints the node and, recursively, all its children. The parameter is the level of indentation to use in printing the node; this method recursively invokes itself with higher levels. +=cut + sub print { my $this = shift(); my($level) = @_;