#######################################################################
#
# Win32::Internet - Perl Module for Internet Extensions
# ^^^^^^^^^^^^^^^
# This module creates an object oriented interface to the Win32
# Internet Functions (WININET.DLL).
#
# Version: 0.07 (12 Feb 1997)
# by Aldo Calpini <dada@divinf.it>
#
#######################################################################


Manifest:
^^^^^^^^^
The file Win32Internet-0.07.zip contains:

    README
    README.TXT
    TEST.PL
    TEST-ASYNC.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.


Functions Overview
^^^^^^^^^^^^^^^^^^
General Functions:
    CanonicalizeURL, Close, CombineURL, ConnectBackoff, ConnectRetries,
    ConnectTimeout, ControlReceiveTimeout, ControlSendTimeout, CrackURL,
    CreateURL, DataReceiveTimeout, DataSendTimeout, Error, FetchURL,
    FTP, GetResponse, GetStatusCallback, HTTP, new, OpenURL, Password,
    QueryDataAvailable, QueryOption, ReadEntireFile, ReadFile, SetOption,
    SetStatusCallback, TimeConvert, UserAgent, Username, Version

FTP Functions:
    Ascii, Binary, Cd, Delete, Get, List, Mode, Mkdir, Put, Pwd, Rename, 
    Rmdir

HTTP Functions:
    AddHeader, OpenRequest, QueryInfo, Request, SendRequest


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

