![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
(jcwren) Re: Virtual Distributed Library Onlineby jcwren (Prior) |
on Feb 25, 2001 at 21:50 UTC ( #60766=note: print w/replies, xml ) | Need Help?? |
Couple of notes here: Here are some example books tags:
ISBNs contain a publisher code, a country code, and a check digit in them. There is a CPAN module Business::ISBN that is useful for validating ISBN numbers, as far as being legally constructed and having a valid check digit. Alas, there is no CPAN module for interfacing to an ISBN database and returning nicely formatted data for our own purposes. Someone referenced me to a site that allows ISBN lookups, and returns HTML that is parsable, although it's still pretty ugly. www.isbn.nu is the root site, and a book can be looked up by going to isbn.nu/0764550292/price. The 0764550292 is the ISBN. You don't have to add the /price, but it will re-write the URL to contain it. There don't seem to be any obvious other options than /price. Here's what NOT to do:
And while I think everyone pretty much has in mind lending Perl related books, remember that since it's a simple ISBN, you can also loan your copies of 'McCracken on Fortran', 'Dr. Suess: Green Eggs & Ham', and 'The Kama Sutra'. --Chris
In Section
Perl Monks Discussion
|
|