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