Each of the "use" statements means that a module is required. Some may already be installed with your system, but for the others you need to install a cpan client. I recommend cpanminus<http://search.cpan.org/%7Emiyagawa/App-cpanminus-1.4008/lib/App/cpanminus.pm>. That requires a command-line installation, but it is only one command:
curl -L http://cpanmin.us | perl - --sudo App::cpanminus Then proceed to installing the required perl modules (also a terminal command): $ cpanm GetOpt::Declare $ cpanm HTML::TreeBuilder etc Setting up a perl environment maybe an hour, but then you'll have access to literally thousands of useful scripts and modules. Rick Bychowski -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
