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: *

  • Users: retfos
  • Content: Threads
  • Order by date
  1. retfos

    Problemm with adding hash to hash of hash

    I wrote a subroutine to create a hash with numbers of transitions between states makred by binary codes in string. Length of codes is passed by parameter $rank and the second parameter is the string to analize. That is the code: sub get_prob{ my ($file_content,$rank)=@_; my %hash...

Part and Inventory Search

Back
Top