RE: cgi.pm generate html vs. print <

2003-01-17 Thread fliptop
On Fri, 17 Jan 2003 at 14:29, Hughes, Andrew opined: HA:My problem had to do with the content header. I also did not realize that HA:you are supposed to point the .pl file in the browser. Rookie mistakes! HA: HA:As far as the tags, all of the tutorials that I have seen look HA:like this -- as

RE: cgi.pm generate html vs. print <

2003-01-17 Thread Hughes, Andrew
: Derrick Spell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:53 PM To: Hughes, Andrew Cc: [EMAIL PROTECTED] Subject: Re: cgi.pm generate html vs. print < tag? I don't think you are suppose to use a name attribute, I think you just put the name of the parameter in the tag. in

Re: cgi.pm generate html vs. print <

2003-01-17 Thread Derrick Spell
rew -Original Message- From: fliptop [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 8:15 AM To: Hughes, Andrew Cc: '[EMAIL PROTECTED]' Subject: RE: cgi.pm generate html vs. print < On Thu, 16 Jan 2003 at 16:32, Hughes, Andrew opined: HA:I am pointing to the results

RE: cgi.pm generate html vs. print <

2003-01-17 Thread Hughes, Andrew
, Andrew Cc: '[EMAIL PROTECTED]' Subject: RE: cgi.pm generate html vs. print <

RE: cgi.pm generate html vs. print <

2003-01-17 Thread fliptop
On Thu, 16 Jan 2003 at 16:32, Hughes, Andrew opined: HA:I am pointing to the results.tmpl file which is in the same folder as the HA:the .pl script. I found another test script on the web on another website, HA:and I have the same problem -- the tags are not replaced with the HA:information in th

RE: cgi.pm generate html vs. print <

2003-01-16 Thread Hughes, Andrew
information in the script. Could it be a permission issues on the .tmpl file or the .pl file? -Original Message- From: fliptop [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 12:59 PM To: Hughes, Andrew Cc: '[EMAIL PROTECTED]' Subject: RE: cgi.pm generate html vs. print <

RE: cgi.pm generate html vs. print <

2003-01-16 Thread fliptop
On Thu, 16 Jan 2003 at 11:49, Hughes, Andrew opined: HA:Thanks for the feedback. Before I get started on the html::template HA:tutorial, I wanted to try a quick sample page using html::template. HA:However, when I try it, I cannot get the tag in the html to process. Could HA:someone take a look

RE: cgi.pm generate html vs. print <

2003-01-16 Thread Hughes, Andrew
When I view the source of results I see the tag "" where I expect to see "World". Any thoughts? Andrew -Original Message- From: fliptop [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:07 AM To: Hughes, Andrew Cc: '[EMAIL PROTECTED]' Subject:

Re: cgi.pm generate html vs. print <

2003-01-16 Thread fliptop
On Wed, 15 Jan 2003 at 21:11, Hughes, Andrew opined: HA:does anyone have any strong feelings (know of tutorials) toward an HA:altrnative method like html::template or html::mason? Any and all HA:suggestions are greatly appreciated. http://www.peacecomputers.com/addressbook/step5.html -- To un

Re: cgi.pm generate html vs. print <

2003-01-15 Thread Octavian Rasnita
I haven't find any limitation when printing the HTML text directly with print <http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Hughes, Andrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 4:11 AM Su

cgi.pm generate html vs. print <

2003-01-15 Thread Hughes, Andrew
I have to say that as a relative beginner, I have really noticed that using cgi.pm to generate forms and entire web pages is a more than a little time consuming. In the interest of time, I have been using "print <