#hi,
#
(all this is in the same CGI)
#This line of code is in the &main of my script.
#
#I want to call a sub (&delete) thru this sub(&main) and #send a variable :
<form action="$affmembers?action=delete" method="post">
<tr><td>$login<input type="hidden" name="login" value="$login"></font></td></tr>
#so I call the sub &delete and I want to send the
#variable $login, but when I call the sub &delete, I #use ...exemple.cgi?delete=1000, so it's doesn't work
#if you have another way to write the line of the form #action please write me.
#
#
# Your help will be very useful
#
(all this is in the same CGI)
#This line of code is in the &main of my script.
#
#I want to call a sub (&delete) thru this sub(&main) and #send a variable :
<form action="$affmembers?action=delete" method="post">
<tr><td>$login<input type="hidden" name="login" value="$login"></font></td></tr>
#so I call the sub &delete and I want to send the
#variable $login, but when I call the sub &delete, I #use ...exemple.cgi?delete=1000, so it's doesn't work
#if you have another way to write the line of the form #action please write me.
#
#
# Your help will be very useful