Module Math::BigSimple 1.0 Installation Guide.
----------------------------------------------
1.Requrements.
 This module requires Math::BigInt module.
 It should work on pure-perl systems.
2.How to install
 Type the following into your command line:
  
   perl Makefile.PL
   make
   make install

 And the module is instaled!
 If there are any problems, simply copy the
 lib/Math/BigSimple.pm file to the lib/Math 
 directory of your perl folder.
