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 IamaSherpa 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. etheracideguitarist

    Problem with text replacement for template.

    Wow. That was simple! You were correct. I went with: $templ .= qq~~; Instead of: [code] $temp .= qq~~; [\code] Too simple. I played around with it plenty beforehand but I wasn't 100% positive how much it relied upon using $temp. But now it is printing out all comment and does not add a...
  2. etheracideguitarist

    Problem with text replacement for template.

    Each .dat file is opened once to retrieve all of the comments and it is opened once per comment being saved which is once per script execution when being used to save a new comment. I use strict. There is one cgi using all of this. It uses the template module. The template module calls upon...
  3. etheracideguitarist

    Problem with text replacement for template.

    Thank you. Well any bits I left out of the code area was a short explanation of why I had what I did in the code section. I had tried to concatenate the string as I thought that it might help out in my situation but it caused more trouble. I will show the full text of the comment module which...
  4. etheracideguitarist

    Problem with text replacement for template.

    For my templating system I have a module which converts pre-defined 'tags' into what is supposed to be replaced by those tags. For the most part the tag is replaced by a subroutine in the search pattern and the subroutine is in charge of doing whatever it must to figure out what to print...
  5. etheracideguitarist

    perl basics

    You can use lib or there's a snippet that I use to fix this from time-to-time. Some have tried to guide me away from it but it always worked for me. Assuming that TCO is installed on the server then you can push the location of the module into @INC which if you weren't sure contains the paths...

Part and Inventory Search

Back
Top