get (
url
)
Returns the contents of the specified
url
. Upon failure,
get
returns
undef
. Other than returning
undef
, there is no way of accessing the HTTP status code or headers returned by the server.
Copyright © 2001 O'Reilly & Associates. All rights reserved.