On Apr 28, 2009, at 18:52, Shai Simchi wrote:
I would love to look into this option as well. Do you have any
documented
procedure to share?
Sure, try the command `cpan` on the command line. I think it is pre-
installed on the Mac. If not, it is not hard to install.
Here is more info on CPAN;
http://theoryx5.uwinnipeg.ca/CPAN/perl/lib/CPAN.html
To install something, i.e. a module. issue this command;
perl -MCPAN -e shell My::Module
Hope that helps, if not, post any questions you have here.
Jeremiah
Thanks,
Shai
On 4/28/09 1:50 AM, "Jeremiah Foster" <jerem...@jeremiahfoster.com>
wrote:
On Apr 27, 2009, at 22:23, Shai Simchi wrote:
Hi,
I am new to Mac (not to perl). I have a package Net-
Twitter-2.12.tar.gz
which I want to start using but not sure how to make the package
available
on my perl installation.
Have you looked at installing with CPAN?
Jeremiah