Help for this page

Select Code to Download


  1. or download this
    package Node
    use strict;
    ...
        bless ($this, $class);
        return ($this);
     }
    
  2. or download this
    package System;
    use strict;
    ...
           print "--->$node->{u}<---\n";#this is line 62
        }
     }