#!/usr/bin/perl -T use strict; use warnings; use CGI::Pretty qw/:standard/; my $result=magicFormula(); print header, < The result of running the magic formula on $value1...$valuen is $result

Re-enter the values below to check another

" if $result; }