Help for this page

Select Code to Download


  1. or download this
    sub init {
      ## initialize stuff
    ...
    sub uninit {
      undef $cache;
    }
    
  2. or download this
    GNS::Node::init();
    my $x=new GNS::Node;
    ...
    ## blah blah blah
    ## do some stuff
    GNS::Node::uninit();