print (5.0/9.0)*($ARGV[0]-32.0), " Centigrade\n" ;
I had to grab the Perl book and found "If it looks like a function it is a function".
Y'all ever been bit by this type of misdirection?
All the time.
Nat
print (5.0/9.0)*($ARGV[0]-32.0), " Centigrade\n" ;
I had to grab the Perl book and found "If it looks like a function it is a function".
Y'all ever been bit by this type of misdirection?