in reply to
Grabbing Data
The simplest answer is to use something like
LWP::Simple
to fetch the data, parse the output, and print the results as a normal CGI script, or a periodic script refreshing a static HTML page.
Comment on
Re: Grabbing Data
In Section
Seekers of Perl Wisdom