in reply to open a socket and print from stdin....i think
use LWP::Simple; # insert your code to populate @lines here foreach my $url (@lines) { my $content = get($url); }
-----------------------------------
Frank Wiles <frank@wiles.org>
http://www.wiles.org
|
|---|