the perl executable itself will be in somewhere like /usr/bin/perl
(type 'which perl'). It looks like you'd need uppercase 'V' as the
argument, I assume this was a typo. (no idea if the rest will work
or not, I only scanned through your email...)
darren
On Dec 8, 2008, at 2:21 PM, Filip van der Meeren wrote:
Good evening (for my region),
I am currently working on a small project to manage the different
builds of perl and its modules. Since it is such a hassle to find/
install PerlModules and newer builds of Perl itself.
I am trying to retrieve all paths that perl uses to retrieve modules.
I found the command: "perl -v". I know how to parse this, but how
do I get it inside my Cocoa application?