in reply to LWP Analysis

No need to write a program:
lwp-request -e http://www.example.com/
will do the same thing.

Replies are listed 'Best First'.
Re^2: LWP Analysis
by ikegami (Patriarch) on Jan 05, 2007 at 16:36 UTC
    or
    GET http://www.example.com/

    ( or not. see the reply. )

      Modern LWP defaults to not install GET any more, since it's merely a subfunction of lwp-request, and might collide with other tools too easily.

      Also, GET as you've invoked it doesn't show the headers.