Jonathan wrote:
Along those lines how about being able to make a program go to a web page
that is a perl script and feeding the results of the script back to the
local program?
I guess libwww is pretty much what you want:
use LWP::Simple;
$doc = get 'http://www.sn.no/libwww-perl/';
It is part of the distribution, so check out the LWP documentation (lwpcook
contains examples) in your local Perl installation or look here:
http://search.cpan.org/search?dist=libwww-perl
/J
--
Johan Lindström, Sourcerer, Boss Casinos Ltd, Antigua
[EMAIL PROTECTED]