in reply to A little problem anchoring html links using cgi

My problem is that in my cgi script the '#' in the middle appears to turn the remaining line of code into a comment and it does not get processed.

That doesn't happen if the # appears in a quoted string (eg "...", as in your example).

Please show us the generated HTML, and tell us in what way it doesn't work. Also provide all the code that is needed to reproduce your problem.

Replies are listed 'Best First'.
Re^2: A little problem anchoring html links using cgi
by eMBR_chi (Acolyte) on Sep 07, 2011 at 10:16 UTC

    Yes you're right. It actually was working okay. I suppose it looked like it wasn't because the page was not sufficiently full. When it did I noticed that it was working perfectly. thanks for your time though, and sorry that this reply is this late. Just escaped me at the time. Cheers