Help for this page

Select Code to Download


  1. or download this
    package LL::Node;
    {
    ...
      }
    }
    # other stuff
    
  2. or download this
    sub DESTROY {
      $allocated--;
      $_[0]->{next}=undef;
      $_[0]->{prev}=undef;
    }