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: ryorinin07
  • Content: Threads
  • Order by date
  1. ryorinin07

    Strange problem with join() and newline characters ...

    ... Part of a script I wrote involves reading a file into an array then putting that array into one character string. Since I wasn't sure whether there was a shortcut to do that (just read a file into a scalar, no array), here's what I did: open(f, &quot;$filename&quot;); @file = <f>; close(f)...

Part and Inventory Search

Back
Top