On May 11, 2004, at 10:10 AM, Neil Taylor wrote:
Next question--if you run "perl -v" what do you get?
I get the output below.
% perl -v
This is perl, v5.6.0 built for darwin
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
---
I am very out of date on my perl programming, but the (very) simple code below runs ok, so at least some of the core perl stuff is running.
#!/usr/bin/perl print "\nChecking perl modules ...\n";
Neil
Got a couple more things for you to check:
"perl -V" (capitalized V) and "otool -L /System/Library/Perl/CORE/libperl.dylib"
-- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
