in reply to •Re: Safari
in thread LWP to help manage O'Reilly's Safari ?

The way I read it he just wants to download the list of books that are currently on his bookshelf, to be notified when the 30 day minimum for a book expires, so that it can be traded for another book. I don't see anywhere in the message that says he wants to download the books themselves.

That being said, since there isn't any code, all I can say is yes, it is possible, try WWW::Mechanize.


We're not surrounded, we're in a target-rich environment!

Replies are listed 'Best First'.
•Re: Re: •Re: Safari
by merlyn (Sage) on Apr 23, 2003 at 19:46 UTC
Re: Re: •Re: Safari
by iisaphd (Novice) on Apr 24, 2003 at 14:08 UTC
    You're exactly right. I had previously solved the problem rather inelegantly and just wanted to learn some new perl skills (specifically LWP). However, your suggestion to use Mechanize was right on target.

    If the Oreilly people don't like the idea, then I won't post the final code. Otherwise I'll post it here. All in all, Mechanize solved the problem very easily. I'll probably do some research to see why my LWP code failed.

    Thanks for the help