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

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

    Creating a hash of buffers

    Is there a way to create anonymous memory buffers and store them in a hash and then write to them and finally flush the buffers to the hard drive? Basically what I'm doing is creating a basic script that reads in a log file and parses it out in to separate files based on an identifier. There...
  2. zipper777

    Error when trying to set, change, or use $/

    I'm getting an error message whenever I try to use the variable $/. The error message that Perl spits out is: syntax error at Z:/Workspace/PN/PN.pl line 64, near "}continue" the code I'm using is basically the following: sub doThings(){ $oldDelim = $/; undef $/; slurp things; $/ =...

Part and Inventory Search

Back
Top