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!

Search results for query: *

  1. Bootstrap347

    Help with unpack

    I'm new to Perl and already seeing how powerful this language is. I need help understanding the following unpack command: @data = unpack(["","C*","n*","(H6)*",*N*"]->[$size], $table); Here's what I know: - unpack is unpacking $table into the array data - unpack is using the template...

Part and Inventory Search

Back
Top