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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: Username Chapter 19
Win32 Modules and Extensions
Next: 19.7 Win32::Internet
 

Version

$

inet


->Version()

Returns the version numbers for the Win32::Internet package and the WININET.DLL version, as an array or string, depending on the context. The string returned will contain "package_version/DLL_version", while the array will contain: "package_version", "DLL_version". For example:

$version = $inet->Version(); # should return "0.06/4.70.1215" @version = $inet->Version(); # should return ("0.06", "4.70.1215")


Previous: Reference: Username Perl in a Nutshell Next: 19.7 Win32::Internet
Reference: Username Book Index 19.7 Win32::Internet

Library Navigation Links

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