Help for this page

Select Code to Download


  1. or download this
    C:\test>ICobject.pl
    Starting Build Preprocess Stage
    ...
    Can't locate object method "insert" via package "Node" at C:\test\ICob
    +ject.pl
    
  2. or download this
    #! perl -slw
    package NODE;
    ...
    print $tree;
    
    $tree->insert( 'fred', 3 );