
kencl
User
Feb 16, 2000, 3:54 PM
Post #6 of 6
(313 views)
|
|
Re: Inserting JavaScript into perl source
[In reply to]
|
Can't Post
|
|
It's too bad more people don't have PERL installed, then you could just write: <script language="perlscript">... Deciding the balance between running on the server (eg Perl, Python...) or the client (Javascript, CSS, DHTML...) can be a bit tricky. My rule of thumb is that if the client's environment has enough info to get the job done, that's where I do it. Cure's solution looks perfect in this case.
|