Math::Calc - Simple example illustrating how to use Parse::Eyapp
 
SYNOPSIS
 
  $ perl Makefile.PL
  $ make calc
  $ cd scripts/
  scripts$ calc.pl
  Expression:
  2*3+4
  10

NOTES

Use 
 
   make myclean

to delete the C<lib/Math/Calc.pm>
file

LICENSE AND COPYRIGHT
 
Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012 Casiano Rodriguez-Leon.
Copyright © 2017 William N. Braswell, Jr.
All Rights Reserved.

Parse::Yapp is Copyright © 1998, 1999, 2000, 2001, Francois Desarmenien.
Parse::Yapp is Copyright © 2017 William N. Braswell, Jr.
All Rights Reserved.

These modules are free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 





