Help for this page

Select Code to Download


  1. or download this
    package Foo;
    {
    ...
      }
      sub getname { return $foos[${$_[0]}]->{name}; }
    }
    
  2. or download this
    sub DESTROY { $foos[${$_[0]}] = undef; }
    
  3. or download this
    sub usesfoo {
      my ($name,$population) = @_;
    ...
                  foo  => $foo };
      return \%ret;
    }