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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CodeButcher

    perl newbie confusion

    Longtime programmer, first time perl'er. I have the following code that i'm trying to convert from Perl to C#. sub make_vector { my ( $self, $doc ) = @_; my %words = $self->get_words( $doc ); my $vector = zeroes $self->{'word_count'}; foreach my $w ( keys %words ) { my $value =...

Part and Inventory Search

Back
Top