Hi everyone,

 

I'm writing a perl program for a web interface. In this interface, 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' >";

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-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to