![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Win32::OLE VBA to Perl Translation Question about Internet Explorer (work)by ikegami (Patriarch) |
on Jan 17, 2007 at 05:07 UTC ( [id://595025]=note: print w/replies, xml ) | Need Help?? |
All three version produce a GET request. Some searching revealed
Armed with that knowledge, I tried
Yay! It produced a POST request! Unforunately, the data is kinda weird. I get the following 48 bytes of data (shown in hex).
In python, the solution is to use buffer("...post data...") as the argument, but I don't know the Perl equivalent. This page provides a workaround. I wish I could solve this (using Win32::OLE::Variant?), but I need to go. I'll try tomorrow. [ Bingo! See my followup for details. ]
In Section
Seekers of Perl Wisdom
|
|