Perlwannabe
Technical User
Hi,
Here is the problem:
Assuming that I have a subroutine called "send",Could I execute it manually,by means of a html button?
Or should I do something else?
Thanks for your help
Sincerely
Here is the problem:
Assuming that I have a subroutine called "send",Could I execute it manually,by means of a html button?
Code:
<input type="button" value="Send" onclick="send">
Or should I do something else?
Thanks for your help
Sincerely