toobiloo Wrote: > I'm running OS X 10.4.5 Where exactly do I look for these or d/l them > from?
toobiloo, the easiest thing to do for getting these is to open up the Terminal and use cpan: type "sudo cpan" in the terminal (no quotes). The first time you type this it will ask you a series of questions - for most of these simply hit enter as the default is correct. The only ones you really want to worry about are the mirror questions - try to pick servers near your physical location. After it is done with the questions you will get a prompt that says "cpan>" - all you have to do is type "install HTML::TreeBuilder" - and it will do so. Then "install HTTP::Cookies" and it will do that. then type "quit" and you are done. Before you go through this trouble, please make sure you have the Apple Development tools installed (Xcode package on your OS X install disk) or none of this will work. -- kanoot ------------------------------------------------------------------------ kanoot's Profile: http://forums.slimdevices.com/member.php?userid=4324 View this thread: http://forums.slimdevices.com/showthread.php?t=17658 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
