Stock Tracker Results

In my previous post, I designed a simple program to gather stock prices daily, then write that data to a text file. Now the next step was to do something with that data. Ultimately I would like to include a graphic of a line chart using SVG::Plot. That is…