Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Yet Another Currency Converter

by RazorbladeBidet (Friar)
on Mar 09, 2005 at 23:05 UTC ( [id://438093]=note: print w/replies, xml ) Need Help??


in reply to Yet Another Currency Converter

With any process that relies on external data, your source has to be stable and seldom (if ever) changing. All of these will rely on that, and that's what the problem is.

I would say that (without delving into the depths of the modules presented) anything that can connect to reliable and accurate sources (multiple) would be your best bet.

Without having immediate control of a feed, you will run into these problems anywhere, even in major corporations that talk only amongst themselves

If Finance::Currency::Convert is too bulky, take a source as your primary data feed (e.g. Yahoo!) and use it unless it changes/dies/becomes innacurate, leaving the remaining sources to be used in that case.

Which is probably what it does anyways :)

Good luck!
--------------
It's sad that a family can be torn apart by such a such a simple thing as a pack of wild dogs

Replies are listed 'Best First'.
Re^2: Yet Another Currency Converter
by jk2addict (Chaplain) on Mar 09, 2005 at 23:31 UTC

    Good points. I guess that's part of my issue. I don't really trust anything that does screen scraping, which rules out ::Yahoo. XE has usage restrictions. ::Quote brings with it a ton of fund and stock quoting stuff which isn't really relevant to a problem that can be solved by about 10 lines of code and a GET.

    My main driving force is that I don't want to write that 10 lines of code twice in two different. I figured something lighter and assumably more stable (using a webservice designed for remote use) would be usefull. On top of that, it removes the need to keep the conversion data up to date locally.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://438093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-20 16:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found