####################################################################### # # Win32::Internet - Perl Module for Internet Extensions # ^^^^^^^^^^^^^^^ # This module creates an object oriented interface to the Win32 # Internet Functions (WININET.DLL). # # Version: 0.06 (26 Jan 1997) # by Aldo Calpini # ####################################################################### Manifest: ^^^^^^^^^ The file Win32Internet-0.06.zip contains: README README.TXT TEST.PL DOCS\APPEND.HTML DOCS\INDEX.HTML DOCS\INTERNET.HTML DOCS\INTRO.HTML DOCS\LICENSE.HTML DOCS\TOC.HTML SOURCE\INTERNET.CPP SOURCE\INTERNET.DEF SOURCE\INTERNET.MAK SOURCE\README.TXT LIB\AUTO\WIN32\INTERNET\INTERNET.PLL LIB\WIN32\INTERNET.PM (be sure to have unzipped it with LONG FILE NAMES and PATHS) Installation Instructions ^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Make sure you have somewhere in your Windows directory the file WININET.DLL (it comes with Microsoft Internet Explorer 3.0). 2. Copy the INTERNET.PM file into the \PERL\LIB\WIN32 directory. 3. Copy the INTERNET.PLL file into the \PERL\LIB\AUTO\WIN32\INTERNET directory. 4. Run the TEST.PL script to see if everything works. 5. Have fun. Documentation ^^^^^^^^^^^^^ Complete documentation for this package is in the file DOCS\INDEX.HTML On-line ^^^^^^^ You can always find the latest version of this package online at: http://www.divinf.it/dada/perl/internet Send any comment to: Aldo Calpini mailto:dada@divinf.it