Mike Schilli's Friendly Neighborhood Perl Shop

Home
USArundbrief.com
Resume
CPAN Modules
Articles in English
Articles in German
Mike's Script Archive
English-Japanese Translation Trainer
Adventures with O'Reilly's Safari
10 Easy Steps to Become a California Driver
Unofficial perlmonks.com IRC Channel
My Collection of Outage Pages
Prisma (Computer Club Deutschland)
Mike's Monologues
Mike's Script Archive: f

f - Convert temperatures between Celsius and Fahrenheit


DOWNLOAD

f


SYNOPSIS

    f [-hv] temperature
 temperature: Value to convert (either in F or C)
 Options:
   -h     get help
   -v     print program version


OPTIONS

-h
Prints this manual page in text format.

-h
Prints the script's current version number


DESCRIPTION

f takes a temperature value (either in Fahrenheit or Celsius) as a single argument and converts it to both Fahrenheit and Celsius.


EXAMPLES

  $ f 100
      100C => 212F
      100F =>  37C
  $ f 0
      0C =>  32F
      0F => -17C


LEGALESE

Copyright 2002 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

2002, Mike Schilli <m@perlmeister.com>


Latest update: 20-Oct-2013