Re: Passing html to a function from within an HTML file.

2002-08-17 Thread Ed Grimm
1.3 or 2.0? I seem to recall running into this issue in 1.3, and it was that the string was being parsed before it was sent to the function, so setting $escmode in the function didn't help (much). We fixed it by setting $escmode to 0, and then we set it to 7 right before outputing user input dat

Passing html to a function from within an HTML file.

2002-08-17 Thread Kee Hinckley
I'm flumuxed. Here's a function that takes either a label and some html, or a label, a hashref and a name. It outputs a table row. $ sub ShowRow $] [# label html OR label hashref name #] [+ $_[1] +]: [$ if (UNIVERSAL::isa($_[2], 'HASH') || substr("$