<html><body>
<p>Would you share the bourne script. I need something quickly for only 1 site at the moment, so anything will do.<br>
<br>
Regards, Thomas<br>
<br>
<img width="16" height="16" src="cid:1__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt="Inactive hide details for "Ralph Mitchell" <ralphmitchell@gmail.com>">"Ralph Mitchell" <ralphmitchell@gmail.com><br>
<br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td style="background-image:url(cid:2__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan); background-repeat: no-repeat; " width="40%">
<ul>
<ul>
<ul>
<ul><b><font size="2">"Ralph Mitchell" <ralphmitchell@gmail.com></font></b><font size="2"> </font>
<p><font size="2">29-04-2008 22:04</font>
<table border="1">
<tr valign="top"><td width="168" bgcolor="#FFFFFF"><div align="center"><font size="2">Please respond to<br>
hobbit@hswn.dk</font></div></td></tr>
</table>
</ul>
</ul>
</ul>
</ul>
</td><td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="58" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""><br>
<div align="right"><font size="2">To</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""><br>
<font size="2">hobbit@hswn.dk</font></td></tr>

<tr valign="top"><td width="1%"><img width="58" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""><br>
<div align="right"><font size="2">cc</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""><br>
</td></tr>

<tr valign="top"><td width="1%"><img width="58" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""><br>
<div align="right"><font size="2">Subject</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""><br>
<font size="2">Re: [hobbit] URLplus</font></td></tr>
</table>

<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="58"><img width="1" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""></td><td width="336"><img width="1" height="1" src="cid:3__=4EBBFEA8DFBEE9928f9e8a93df9@machcorp.lan" border="0" alt=""></td></tr>
</table>
</td></tr>
</table>
<br>
<font size="4">On Tue, Apr 29, 2008 at 2:28 PM, Thomas Laurids Pedersen <</font><a href="mailto:tlp@mach.com"><u><font size="4" color="#0000FF">tlp@mach.com</font></u></a><font size="4">> wrote:</font>
<ul>
<ul><font size="4">Can this new extension do the post like the builtin http test can do ?<br>
<br>
Regards, Thomas</font></ul>
</ul>
<font size="4"> </font><br>
<font size="4">I don't think so, as it currently stands.  This line:<br>
<br>
   $ret=qx(curl -m $tout -s -k -S $pstr "$url" 2>&1);<br>
<br>
in showUrl is the bit that actually fetches the web page.  To do a POST using curl, you would need to change that to:<br>
<br>
   $ret=qx(curl -m $tout -s -k -S -d $postArgs $pstr "$url" 2>&1);<br>
<br>
with matching additions elsewhere to fill the $postArgs variable with whatever you want to post.  If you're wanting to implement something that performs a login, you'd probably want to track cookies as well.<br>
<br>
I'm not much of a perl programmer, so I'm not confident about making such changes.  On the other hand, I've done quite a lot of this in Bourne shell...<br>
<br>
Ralph Mitchell</font><br>
</body></html>