On Mon Nov 02 2009 @ 7:14, tom smith wrote: > use strict; > use warnings; > > $\ = "\n"; > > my @book_types = ('hard cover book', 'soft cover book', 'ebook'); > > if ('soft cover book' eq 'ebook') { > print 'yes'; > } else { > print 'no'; > } > > --output:-- > no Right. The original post in this thread (it was from sometime in 1960 it feels like) mentioned that the book "wasn't available" for purchase by the original poster (raphael), and I quote: "[the book] is not available in my country."
My responses have been directed at that. The book is available from Amazon, and I believe (still - all these posts later) that Amazon ships books all over. That said, an e-book would probably be even easier (and possibly significantly cheaper, depending on shipping). As far as I know, however, the workbook for Learning Perl has never been available as an ebook. I think that brian d foy originally sold it himself, and only later did it become available through stores. At least, that's what I can guess from this page: http://www.theperlreview.com/learning_perl_study_guide/ brian doesn't post here much (ever?), but Randal may chime in. I'm done. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/