Hi, we all know already, what it looks like, when we have a form like this:
<form method=get action=/cgi-bin/blabla.cgi> <input type="hidden" name="AREA" value="1"> <input type="hidden" name="EXT" value="bla"> <input type="submit" name="submit"> </form> will be this as a link: http://bla.net/cgi-bin/blabla.cgi?AREA=1&EXT=bla ok.... but, what does it look link, when we are uploading a FILE? my goal is it to log in my web based email account and automatically replace my addressbook. I wrote the filter for my addressbook, converting the "the-BAT" addressbook to "outlook" style... I just need to upload it yet. I was thinking of using the "IO::Socket::INET" module - is that possible? if so, how? thanks in advance. -- cheers alex mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]