Re: could not build a module

2005-02-26 Thread Joel Rees
I will install the Xcode and see how it goes. You know where to find it?

Re: could not build a module

2005-02-26 Thread Joel Rees
I will install the Xcode and see how it goes. You know where to find it? You need to become an Apple Developer connection Member thet ypu can dowload a lot of development tools. The Apple web site for the ADC is https://connect.apple.com And if you don't have broadband, you can almost always

Re: Can't get DBD::mysql installed

2005-02-26 Thread Jason Kerr
On Feb 17, 2005, at 11:00 AM, Boysenberry Payne wrote: I tried to reinstall as suggested and still get the same : t/mysql.t 683 4.41% 46-48 It fails on 46-48. I'm still able to use it, so no big deal for me, but I would, like you suggested, find out why it's not behaving as

CPAN problem

2005-02-26 Thread Phil Dobbin
I've recently installed Perl 5.8.6 into /usr/local/bin whilst keeping the System 5.6.0 (this on Jag) and whenever I try to install a module ( a la `perl -MCPAN -e 'install Foo:Bar') CPAN is using 5.6.0. What's the easiest way to get CPAN to use 5.8.6? Cheers, Regards, Phil.

Re: CPAN problem

2005-02-26 Thread Phil Dobbin
On 26/02/2005 @ 23:34 GMT, Chris Winters, [EMAIL PROTECTED], wrote: On Sat, 26 Feb 2005 23:22:03 +, Phil Dobbin [EMAIL PROTECTED] wrote: I've recently installed Perl 5.8.6 into /usr/local/bin whilst keeping the System 5.6.0 (this on Jag) and whenever I try to install a module( a la `perl

RE: could not build a module

2005-02-26 Thread Ted Zeng
Joel, Thanks. I did find it and install Xcode. I managed to install module RTF::Text::Converter. But it doesn't work on Eggplant's script files. I even Opened the script file in Windows XP's Word and then Saved it. It still hangs. ( I used the example script Tests.pl that comes with the module.)

Re: could not build a module

2005-02-26 Thread Ted Zeng
I need to do batch processing. In fact, I need to grap the text content of each file and process it using Perl. I just did a search and found the link http://daringfireball.net/2003/04/rtf_to_plain_text_translator which tells me to use inside the FileMerge folder convertRichTextToAscii to do

Re: could not build a module

2005-02-26 Thread Sherm Pendley
On Feb 26, 2005, at 10:03 PM, Ted Zeng wrote: I need to do batch processing. In fact, I need to grap the text content of each file and process it using Perl. I figured rtf2txt would be a fairly obvious name, so on a hunch I googled for it. Turns out to be a good hunch. :-)