In perl how can access a remote document via 80(http) port? I know in php there's a very simple way to do this:
$rfp = fopen( http://www.blabla.com, 'r' ); I am just wondering if there's something as simple as the above in perl..... Alex Shi _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/activeperl
