NAME

examples/io/http.pir - HTTP client

SYNOPSIS

    % ./parrot examples/io/http.pir

DESCRIPTION

HTTP client, connects to WWW port and grabs a page (http://www.ibm.com).

You should be running the echo service on your box (port 7). Be sure to set PARROT_NET_DEVEL to 1 in io/io_private.h and rebuld Parrot or the network layer won't exist.

SEE ALSO

io/io_private.h.