I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-04-12 20:22:27-07 by vak
can't get WWW-Search-Ebay working for me
Hi

neither this: or even this simpler example worked out for me.

runs silent to the end producing no output. Both scripts in examples never enter the loop.

P.S. of course i've changed user/pass in first example. Intrestingly, that wrong pass doesn't lead to any error messages too.

Any idea?

Thank you.

Valery
Direct Responses: 4844 | Write a response
Posted on 2007-04-12 21:07:58-07 by vak in response to 4843
Re: can't get WWW-Search-Ebay working for me
OK, the simpler example meant in the post above does work. it gave nothing with default query, with more popular queries works fine :)

But, for Completed auctions it still doesn't work :(
Direct Responses: 4870 | Write a response
Posted on 2007-04-14 19:16:10-07 by mthurn in response to 4844
Re: can't get WWW-Search-Ebay working for me
There's a "bug" in the current version. WWW::Search::Ebay::Completed requires Crypt::SSLeay aka Net::SSLeay but it's not listed as a prerequisite. If you install Crypt::SSLeay it should work.
Direct Responses: Write a response