Forums Index > Mewsoft Products > Auctionawy > Problems with Perl Modules and Currency
poldy First Post Posted on: 07-06-08 03:40 PM
Problems with Perl Modules and Currency

Hi-
Thanks for a great programm. big grin

I have 2 problems and need help urgently.

1. Please explain to a newby how to change the default currency.
I would like to change it from $ to NIS (no calcolations needed) Just a change of the currency symbol.

2. I cannot install some of the Perl Modules. With ppm3 I get the following error code:PPD for ***** could not be found.

GD
Crypt::SSLeay
Business::OnlinePayment
Finance::QuoteHist

All others went easily.

Thanks for any help

poldy
aldofasano Reply #: 1 Posted on: 07-06-08 04:57 PM
Re: Problems with Perl Modules and Currency

Hello

» Language Manager
» General

51- currency


Aldo
poldy Reply #: 2 Posted on: 07-06-08 05:07 PM
Thanks

Thanks - Tha t helped smile
mewsoft Reply #: 3 Posted on: 07-06-08 06:08 PM
Re: Problems with Perl Modules and Currency

GD found here it is, number 3,4

ppm> search GD
Searching in Active Repositories
1. Finance-Bank-ES-INGDirect [0.01] Check your INGDirect bank accounts from Perl
2. Finance-Bank-ES-INGDirect [0.01] Check your INGDirect bank accounts from Perl
3. GD [2.19] Interface to Gd Graphics Library
4. GD [2.19] Interface to Gd Graphics Library
5. GD-Barcode [1.15] Create barcode image with GD
6. GD-Barcode [1.13] Create barcode image with GD
7. GD-Barcode [1.14] Create barcode image with GD
8. GD-Barcode [1.15] Create barcode image with GD
9. GD-Convert [2.11] additional output formats for GD
10. GD-Convert [2.11] additional output formats for GD
11. GD-Dashboard [0.04] Perl module to create JPEG graphics of meters and dials
12. GD-Dashboard [0.04] Perl module to create JPEG graphics of meters and dials
13. GD-Graph3d [0.63] Creates 3D charts with GD::Graph and GD.
14. GD-Graph3d [0.63] Creates 3D charts with GD::Graph and GD.
15. GDBUI [0.61] A Bash/GDB-like command-line environment with autocompletio~
16. GDBUI [0.61] A Bash/GDB-like command-line environment with autocompletio~
17. GDGraph [1.43] Produces charts with GD
18. GDGraph [1.43] Produces charts with GD
19. GDGraph-Map [1.05] generate HTML map text for GD::Graph diagramms.
20. GDTextUtil [0.86] text utilities for GD
21. GDTextUtil [0.86] text utilities for GD
22. SVG-GD [0.07]
23. SVG-GD [0.07] (none)
ppm>

ALso you can use teh CPAN toola instead of the PPM,

perl -MCPAN -e shell
CPAN>install GD

same thing with all modules
the first time you run cpan you will answer some questions to configure it.

Mewsoft Support
www.mewsoft.com

poldy Reply #: 4 Posted on: 07-06-08 11:37 PM
Re: Problems with Perl Modules and Currency

Thanks
I found GD.
cpan then looks for -libgd- no idea where this is supposed to be. :?
the other modules cpan or ppm cannot even find.

any ideas ?

thanks
mewsoft Reply #: 5 Posted on: 07-09-08 01:16 PM
Re: Problems with Perl Modules and Currency

On windows system cpan will not be able to build it easily, you have to use a built version, use the PPM. May be you did not add any mirrors to ppm that have the GD module.

Mewsoft Support
www.mewsoft.com

poldy Reply #: 6 Posted on: 07-09-08 10:31 PM
Still not clear

I found and dounloaded the library file fropm boutell . The dll file.
What do I do with it, where do I save it to or how do i install it ?

2. pmm does not show mde the files listed in your above reply when i do a search.

i probably have to add other cataloges or search folders.
which ? and how do i do this?

sorry this must sound very stupid, but i have never used pearl before.

please help - I am really stuck .
please assume that i know nothing and try to gouide me step by step.

Thanks
mewsoft Reply #: 7 Posted on: 07-11-08 12:04 PM
Re: Problems with Perl Modules and Currency

ppms for the gd module may be found in other repositories and installed as follows from DOS:

ppm install http://theoryx5.uwinnipeg.ca/ppms/gd.ppd

This will install the gd ppm from the University of Winnipeg's version 5.8 ppm repository.


also try the following:

ppm> rep add http://theoryx5.uwinnipeg.ca/ppms/

this will add the above repositor to your ppm you can after it install gd using
ppm>install GD



If you want to install a module located on the web, simply do this

from the dos:

ppm install http://www.domain.com/path/module.tar.gz


If you want to add repository to the ppm to search and download from, use command like this from inside the ppm>

repository add repname http://www.domain.com/perl/ppm

replace repname with any name you want to refere to this repository and replace http://www.domain.com/perl/ppm with the repository url you want to add for the ppm.

Mewsoft Support
www.mewsoft.com