Help for this page
<html> <head> ... </body> </html>
#!/usr/bin/perl -w ... print "<H2> The answer to your calculation is: $answ </H2>"; + print "</body>"; print "</html>";