Are you sure you want to run Perl on the client side? Usually it's a 
policy challenge to do that on all the desktops.

If you really know what you are talking about, then you can google 
'perlscript clientside' to get some good documentation on this.

Dhivya Arasappan/O/VCU wrote:
>
> Hi everyone,
>
>  
>
> I'm writing a perl program in which I'm setting up a html checkbox 
> such that when it is clicked, a perl subroutine is called.
>
>  
>
> I know that I can call a javascript function when a checkbox is 
> clicked in the following way:
>
> print "<input type='checkbox' name='check' value='checkbox' 
> onClick='javascriptfn();'>";
>
> But how can I use the same checkbox to call a perl subroutine?
>
> Any kind of guidance would be really appreciated.
>
> thanks
>
> dhivya arasappan
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Perl-Win32-Web mailing list
> Perl-Win32-Web@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>   

_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to