main02.pl to HTML.

index -|- end

Generated: Tue Feb 2 17:54:44 2010 from main02.pl 2005/12/05 236.

#main.pl
use Tree;   #include the tree class file.
my($TreeObj) = Tree->new("c:\\"); #instantiate. Note that arg0 is Tree.
$TreeObj->cruisetree();   #Note that arg0 is $TreeObj.
#This code should print out the entire c:\ tree.

index -|- top

checked by tidy  Valid HTML 4.01 Transitional