David Sanders <[EMAIL PROTECTED]> writes:
> Under the debugger it just hangs also; here is a test case:
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
Where did this text come from. My machine says it is "Microsoft
Windows XP, Home edition, Versjon 2002, Service Pack 1". A bit
strange that the word "Version" was spelled in Norwegian :)
> main::(test5.pl:8): my @output = get("http://www.sandersweb.net/");
> DB<1> n
> (hangs at this point)
So, you need to step into the function to find out which part hangs.
The 's' command in the debugger does that.
Regards,
Gisle