Hi
I dont know if this could be done in perl but I will ask anyway.
<FORM ACTION=" METHOD="POST">Test:<INPUT NAME="name" SIZE=29>
<INPUT type="hidden" name="code" value="hello_there">
<INPUT TYPE=SUBMIT VALUE="SEND MESSAGE">
What I want to do is to execute this form in my perl script just by starting the script, so I dont want to exec it by pressing the send button.
A very big thanks in Advance.
/FN
I dont know if this could be done in perl but I will ask anyway.
<FORM ACTION=" METHOD="POST">Test:<INPUT NAME="name" SIZE=29>
<INPUT type="hidden" name="code" value="hello_there">
<INPUT TYPE=SUBMIT VALUE="SEND MESSAGE">
What I want to do is to execute this form in my perl script just by starting the script, so I dont want to exec it by pressing the send button.
A very big thanks in Advance.
/FN