start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: HTTP Chapter 19
Win32 Modules and Extensions
Next: Reference: Password
 

OpenURL

$

inet


->OpenURL(


urlobject

, 

URL


)

Opens a connection to an HTTP, FTP, or Gopher URL. Returns undef on error, or a number if the connection was successful. You can then retrieve the URL content by applying the methods QueryDataAvailable and ReadFile on the newly-created urlobject . See also FetchURL .


Previous: Reference: HTTP Perl in a Nutshell Next: Reference: Password
Reference: HTTP Book Index Reference: Password

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.