Help with Finance::QuoteHist

2001-07-16 Thread Will Muir
I am writing an app that uses Finance::QuoteHist to fetch historical stock prices. My problem is that I want to read from a database a list of symbols that at last count was over 1500 entries long and I run out of memory trying to fetch all of this data at once. It appears that there is no wa

HTTP::Request get or post??

2001-07-20 Thread Will Muir
Here is a quick one, when using HTTP::Request to get data from a website how do I if I should use get or post to receive that content of the site. I am pretty new to this so please be gentle. Thanks in advance will

Splitting a string into a Array of Arrays

2001-07-31 Thread Will Muir
I know this is simpler then what I am making it but I am stumped. I used LWP::UserAgent to fetch some data from a web page, What I need to do is to load the data which I believe is just one long string that I got from calling content() into an array of arrays by splitting on "\n" and ",". Lik

Advice for some one new to the bussines

2001-09-19 Thread Will Muir
In light of the whole iso file fiasco that has been going on today, this may also be a bit off topic if so just leave it alone and I apologize. I would like to try to start doing a little bit of free lance web/cgi develop on the side from my current job, which is not relate to the industry at

shift on an array of arrays

2001-10-29 Thread Will Muir
Hi all, I have an array of arrays @data that I would like to take the reference of the 5th element of the first 3 elements and put them into another array and then shorten @data by 3. I hope that this makes sense, I am new to this and don't really know a better way too explain it. Here is wh