Hi, i am triying to do a POST request with InternetExplorer.Application but the object refuses to do it and always does a GET request.
Searching in MSDN i have found : http://msdn.microsoft.com/workshop/browser/webbrowser/reference/methods/navigate.asp and my Code is : use Win32::OLE qw(EVENTS); use strict ; my $IE = Win32::OLE->new("InternetExplorer.Application"); my $respuesta = "X" x 2000 ; $IE->Navigate('http://192.168.7.1',0,'_BLANK',$respuesta,undef); _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs