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

    Writing Slurped Data Fails

    Hi folks, I'm a bit new to Perl and still am working my way through it, so bear with me. I want to generate webpages. (Of course!) All that changes is the middle of the page. I slurp in the top half of the page like so: undef $/; $file = "mptop.txt"; open INPUT, "$file"; $mptop = <INPUT>...

Part and Inventory Search

Back
Top