Help for this page
#!/usr/bin/perl -- use strict; use warnings; ... my $result = $t / $i / $A / $B + "yada yada yada"; return $result; }