hi,
when I call my cgi's sub like this :
so I want to send the variable 1003 to the sub delete.
#first, at the top of the scripts when I look which sub is called i can see which is called and wath is the variable, so my trouble is when I want to send it to the sub,.
(...)# $delete is the variable of "delete" ,the action of
(ex.cgi?delete)
elsif ($delete ne ""
# if the variable ( NE "" ) then call # &delete and send the variable
$delete to the sub
{
&delete($delete);
}
# thanks to take yours precious time to help me.
sincerely, PaSpY
when I call my cgi's sub like this :
so I want to send the variable 1003 to the sub delete.
#first, at the top of the scripts when I look which sub is called i can see which is called and wath is the variable, so my trouble is when I want to send it to the sub,.
(...)# $delete is the variable of "delete" ,the action of
(ex.cgi?delete)
elsif ($delete ne ""
$delete to the sub
{
&delete($delete);
}
# thanks to take yours precious time to help me.
sincerely, PaSpY