Re: is it possible to get only emails from this list for threads that I've started or replied ?

2013-05-27 Thread Gustavo Telly
How do you will reply a message, if you will not receive it ? 2013/5/27 R. S. > I've send request to beginners-help but there seems to be no such > command. > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http:/

Re: LWP::UserAgent 501 Not Implemented only for https?? [firefox works fine]

2011-10-20 Thread Gustavo Telly
Hello Rajeev, Did you try: $ua->protocols_allowed( [ 'http', 'https'] ); or $ua->protocols_allowed(undef); ?? 2011/10/20 Rajeev Prasad > anyone ? plz > > > > here is my script which is trying to access two websites, from my linux > box. i am not able to figure, why am i getting "501 Not I