view bin/ftoc @ 9354:d600064a0b34

<shachaf> slwd oerjan//s#mildly#passionfruitly#;s# and passion fruit##
author HackBot
date Wed, 19 Oct 2016 02:42:18 +0000
parents fa46249367dd
children 2fbb38b4f3f4
line wrap: on
line source

#!/usr/bin/perl
$f=0+$ARGV[0]; printf"%.2f°F = %.2f°C",$f,($f-32)*5/9;