getstockquote.pl uses the Finance::Quote Perl module to fetch stock data for one or more ticker symbols and returns an HTML table on STDOUT with each ticker symbol followed by that stock's data. This script was originally designed to be called via a server-side exec with a stock quote source and one or more stock ticker symbols given as command-line arguments, but can be called from a regular CGI script, from PHP, or even the command line with a little modification.