Search:

Type: Posts; User: Brian

Search: Search took 0.04 seconds.

  1. Thread: Auto POST

    by Brian
    Replies
    10
    Views
    18,923

    of course you can. get activeperl from here:...

    of course you can.

    get activeperl from here:
    http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.0.806-MSWin32-x86.msi

    then install, then open a DOS box (command prompt)...
  2. Thread: Auto POST

    by Brian
    Replies
    10
    Views
    18,923

    can you use a perl script? #!/usr/bin/perl ...

    can you use a perl script?


    #!/usr/bin/perl

    %form = ( key1 => "key1value", # whatever you want to post goes here, fairly straightforward.
    key2 => "key2value",
    key3 =>...
Results 1 to 2 of 2