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 Wanet Telecoms Ltd 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

    Thank you, Kirsle! We were unable to display the table until your tip to use Dumper, and the output confirms your explanation of the $size value selecting the index from the anonymous array to use for the unpack template. Things seem so simple - once you understand them... Perl rocks.
  2. 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