in reply to trouble with redirecting

im having some trouble processing websites in parallel when the link redirects

What trouble do you have? See I know what I mean. Why don't you?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: trouble with redirecting
by confused_programmer (Initiate) on Jun 05, 2007 at 18:33 UTC
    and by doesnt work i mean, the whole program doesn't execute it freezes somewhere
Re^2: trouble with redirecting
by confused_programmer (Initiate) on Jun 05, 2007 at 18:30 UTC
    well in my code there is a comment that says, if you uncomment this it doesnt work.. when it should work. that is the trouble.
      So we have to search your program instead of you providing the information. Then, "it doesn't work" is such a lousy description of the problem that the best answer is "well, then make it work."

      Is it so difficult to provide basic information? Have you actually read I know what I mean. Why don't you?

      What is going wrong? what are the symptoms? Do you get any error message? could you post that?

      No, I won't run your code just to find out.

      update: GrandFather already gave you the same advice as a reply to your first posting. Why don't you just do it and heed his advice?

        i'm new to perl, i have java knowledge and am applying it as best as i can to perl, i have no idea how to get any error messages. what's going wrong i think is the line:
        my $entries = $pua->wait();
        i think that may be the problem, because nothing executes after that. if i input valid links in the requests the program runs fine and just prints out the content of the website. if i input a link that redirects to another link, then my program freezes up. thats about as best as i can describe my problem. like i said this code isn't fully mine, and im having trouble understanding it