--- AnyEvent-HTTP/HTTP.pm 2008/06/06 12:57:48 1.16 +++ AnyEvent-HTTP/HTTP.pm 2008/06/06 13:02:38 1.17 @@ -6,6 +6,10 @@ use AnyEvent::HTTP; + http_get "http://www.nethype.de/", sub { print $_[1] }; + + # ... do something else here + =head1 DESCRIPTION This module is an L user, you need to make sure that you use and @@ -48,7 +52,7 @@ our $VERSION = '1.01'; -our @EXPORT = qw(http_get http_request); +our @EXPORT = qw(http_get http_post http_head http_request); our $USERAGENT = "Mozilla/5.0 (compatible; AnyEvent::HTTP/$VERSION; +http://software.schmorp.de/pkg/AnyEvent)"; our $MAX_RECURSE = 10;