Help for this page
<html> <head> ... </body> </html>
#!/usr/bin/perl require("cgi-lib.pl"); ... if ($oper == "addition") { $answ = $na + $nb; $nd = "+";