Submitting through a perl script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael

    Submitting through a perl script


    I was asked to help a friend out with his site but ran into an issue.
    He currently wants a cgi to capture data, if the one of the variables is
    less than X, just send an email, if the variable is greater than X, then
    send an email and submit all the data collected to a "filename.d ll" (don't
    cringe too much!).
    The issue is how do I submit to that .dll file through my cgi.

    Currently it is a POST form in an HTML file that goes directly to that .dll
    file. I do not have ANY access to that .dll file and cannot manipulate it in
    any way shape or form

    Any help would be GREATLY appreciated.

    -Mike


  • newsman

    #2
    Re: Submitting through a perl script

    "Michael" <mike@roughhous edesign.com> wrote in message news:<5FQ_a.964 0$kq.1789416@tw ister.nyc.rr.co m>...
    [color=blue]
    > The issue is how do I submit to that .dll file through my cgi.
    >[/color]


    You can access functions from a dll using the win32::API module.

    See:



    or:



    newsman
    --------------

    Comment

    Working...