>so how could I implement it, please?

Give your codes here please.As someone here said,'no code,no help'.


>I'm not sure if CGI supports some functions directly?

If I remember that correctly,the 'param()' function could do the things for you.
Execute 'perldoc CGI' and search for 'radio',you could see:


       You can figure out which button was pressed by using different values
       for each one:

            $which_one = $query->param('button_name');


HTH.

--
Jeff Pang
NetEase AntiSpam Team
http://corp.netease.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to