- or download this
package nodeOfSomeKind;
sub new
...
};
return bless $node;
}
- or download this
package Globject;
our %classes;
...
delete $Globject::{$symbolname}; # kill the package global
return bless($tGlob, $class);
}
- or download this
sub foo
{
...
# now, within this lexical scope, are these names related
return $foo;
}