Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AnnaKo

  1. AnnaKo

    array access in class

    Hi all, Please help me to find the problem. :) I have docTopGens class: package docTopGens; use wt_w; sub new { my($self) = {}; my($type, @array) = @_; my $self->{'topGenArray'} = \@array; my $temp = ref($self->{'topGenArray'}); bless($self, $type); return($self); }...

Part and Inventory Search

Back
Top