View Single Post
Old 02-14-2008, 04:33 PM   #19
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by badgoodDeb View Post
Well, my mac isn't foobar-ed, but it isn't willing to do perl either. I installed perl (with several pre-requisites first) but it can't find HTML::TreeBuilder and I can't find TreeBuilder with grep either. I have a subset of the HTML files, or something.
If it works as on an ordinary Unix you do

perl -MCPAN -e shell

and follow the instructions. Then search for the missing packages using i /TreeBuilder/ for example and install it with "install HTML::TreeBuilder". The mobiperl web page lists all packages you need to install.
tompe is offline   Reply With Quote