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 SkipVought 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. dougld

    Software error: Can't open file '/default_form.html', reason: No such

    You could try escaping the backslash in open (FILE, "$template = /default_form.html") to open (FILE, "$template = \/default_form.html")
  2. dougld

    execute, show output as it's running, capture output for file as well

    This problem is trickier than it sounds, at least to me, so please, no "@outPut=`myScript.pl 2&>1`;" type suggestions :) All I want is to run my program, say counting.pl, from within another perl script so that the user sees the output: 1 2 3 . . . as it occurs. I also want to save...

Part and Inventory Search

Back
Top