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!

Recent content by renerene

  1. renerene

    flat text database viewed in html

    Hi, Thanks for that. I have mixed and matched a bit and came up with this: #!/usr/bin/perl $data_file=&quot;links.txt&quot;; open(DAT, $data_file) || die(&quot;Could not open file!&quot;); @raw_data=<DAT>; close(DAT); print &quot;Content-type: text/html\n\n&quot;; print...
  2. renerene

    flat text database viewed in html

    Hi, I run a flat text database and want to view it in html format on the web. These are the entries: e-mail|title|url|description|category|spare|time|date e-mail|title|url|description|category|spare|time|date etc... I need 1 long list in html like this: title description url e-mail...

Part and Inventory Search

Back
Top