App::PerlCalc
-------------
`pc` is a quick and dirty command line perl calculator. Pass it an
expression on the command line and it will print the result in a number of
different formats.
For full documentation, run:
perldoc ./pc
Installation
------------
To build, test and install:
perl Build.PL
./Build
./Build test
./Build install
License
-------
Copyright 2001-2009 David Caldwell <
[email protected]>
This perl module is free software; it may be redistributed
and/or modified under the same terms as Perl itself.