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 habicamasuchi

  1. habicamasuchi

    unpack versus split

    I am having trouble using unpack instead of split. I know that unpack is quite a bit faster than split and therefore would rather use unpack. The particulars: open(FILE,"file") or die "No such file"; open(OUT,">outfile"; while(<FILE>) { $form = unpack("x145 A1", $_); next unless ($form eq...

Part and Inventory Search

Back
Top