Help for this page

Select Code to Download


  1. or download this
    $obj->[0]=Pixie::Object::Info->new()
    
  2. or download this
    sub for_pixie {
      my $self=shift;
      $self->[0]=shift if @_;
      return $self->[0];
    }