how can i kill the internet conection?

                $INET = new Win32::Internet();
                $INET->OpenURL($URL, "http://www.bla.de/gimler/";);
                $bytes = $URL->QueryDataAvailable();
                $file = $URL->ReadEntireFile();
                #print $file, "\n";
                $INET->Close();

With $INET = new Win32::Internet(); can i open the connection but i can´t
close it.

It must work with Win98/2000/XP. Can you help me.

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to