The volume of a sphere...
- You shouldn't believe everything that you hear at perl mongers
- So I forgot that that's going to give me a cross-sectional area
# Volume of sphere is (4 * pi * radius^3)/3
my $volume = (4 * PI * $qr^3)/3;
- And I forgot the syntax for exponents in perl