http://www.perlmonks.org?node_id=183355


in reply to Re: Number of beverage containers currently on my desk
in thread Number of beverage containers currently on my desk

The temperatures have been reaching past +30C here (how much of that is in Farenheit? I must hack up a script to do the conversion in Perl sometime)

Here ya go.

perl -le 'print (((9/5) * shift) + 32)' 30 86

86 degrees F isn't that bad, unless there's lots of humidity. The moisture in the air is what'll get ya.