That information pertains only to IIS, whereas the OP said he's running
apache.

As long as I'm responding, I'll hop up on my soapbox a little bit. Feel free
to ignore everything after this sentence.

Mixing code and HTML is a bad idea, in general. It's bad when you put HTML
in code (a la CGI.pm) and it's bad when you put code in HTML (a la embperl).
One cannot be maintained without touching the other. It's fine if it's a
small project and you are (and will always be) the only one maintaining it.
Otherwise, I recommend separating the code and the presentation using a
templating system like HTML::Template or Template-Toolkit
(www.template-toolkit.org). I really like the Template Toolkit and use it
all the time, even on smallish projects. It is really easy to use, and often
turns out to be simpler than any alternative. For example, with all the
plugins available for TT, occasionally you don't need _any_ code, just the
templates (triggered by the 'tpage' or 'ttree' command). In any case, it's
worth looking into for any medium-to-large scale effort.

- Mark.



-- 
Mark Thomas                    [EMAIL PROTECTED] 
Internet Systems Architect     DigitalNet, Inc. 

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;; 
  



> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Adam R. Frielink
> Sent: Thursday, September 09, 2004 3:27 PM
> To: ncaa-hoops; [EMAIL PROTECTED]
> Subject: RE: Using html SCRIPT tag with PERL
> 
> 
> Sorry for the double response, I copied the wrong link.
> 
file:///C:/Perl/html/Windows/ActiveServerPages.html

> If you installed your copy of Activeperl in the default directory on 
> your C drive, check out this FAQ.
> 
file:///C:/Perl/html/faq/Windows/ActivePerl-Winfaq7.html


_______________________________________________
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to