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

  1. janpickron

    Append to the specific location of the file

    I forgot to put the code in my first thread! :-( open (FILE,"+< $filename"); while (<FILE>) { if (/PUT UNDER HERE/) { print FILE "<br><table border=0>\n"; print FILE "<TR><td>Information $in(number)</td>\n"; print FILE "</td></tr></table>\n"; } else { print ("Cannot find...
  2. janpickron

    Append to the specific location of the file

    Hi Perlians, I am wondering if it is "doable." When you post an ad, it usually append at the bottom of the file. However, we would like to put the block of a table in the specific location (right after the <!-- PUT UNDER HERE --> line) of the file. For example: <html>...

Part and Inventory Search

Back
Top