5.8.0 / jaguar / mod_perl / thanks

2002-10-01 Thread william ross
Hello, just a quick, and probably redundant, note of follow-up and thanks after recent discussion of ssl and mod_perl on jaguar. I can confirm that david wheeler's instructions work nicely when compiling apache with mod_perl 1.27 and perl 5.8.0, apache 1.3.26 and mod_ssl whatever it was. the

Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Robin
Is anyone else doing/done this? Care to share notes? Robin

Re: Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Dan Kogai
On Tuesday, Oct 1, 2002, at 18:16 Asia/Tokyo, Robin wrote: Is anyone else doing/done this? Care to share notes? Too brief a comment to grok what your point is. If all you need is (en|de)code Shift_JIS, all you have to do is; use Encode qw/encode decode/; #... my $utf8 =

Re: Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Dan Kogai
On Tuesday, Oct 1, 2002, at 18:47 Asia/Tokyo, Dan Kogai wrote: my $utf8 = decode('shift-jis', $string/; my $utf8 = decode('shift-jis', $string); # of course. .I need to get to bed, which I have not for last couple of Earth rotation Dan the Insomniac

no MOVIES on OSX

2002-10-01 Thread W. Blake
I need some help porting a project that was first created using MacPerl struggled with on linux and have come back to OSX. The project involves: 1. Recording SMS text messages from a mobile phone. (Serial port) 2. Depending on the header of the message. 2.1 select pitch, rate language of

Cpantest

2002-10-01 Thread phildobbin
I've decided that since I spend so much time d/l'ing stuff from CPAN, I'd sign on as a cpan tester. The one problem is that I can't for the life of me figure out how to use the cpantest script to report pass/fails (if anyone needs a copy, let me know off-list and I'll send one along). Anybody

CPAN errors

2002-10-01 Thread Brigham Mecham
Hello I have had some problems the past couple of days using CPAN and am not sure what happened. Basically CPAN hangs up a lot on servers and some times can't find a module that I know exists. Another error I am getting is when it tries to use lynx to access a start file. Here is the

Re: Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Robin
First off - I didn't post specifics because I wasn't sure that it might be of interest to the OSX perl comunity as a whole, I hoped to get the interested parties emailing me privately, but then again the total scarcity of docs (that I could find in English) regarding this topic on the net,

Fwd: Proper channels ... Re: OT: MacAngst

2002-10-01 Thread Robin
Begin forwarded message: From: Matt Johnston [EMAIL PROTECTED] Date: Tue Oct 1, 2002 1:16:11 AM Asia/Tokyo To: Mac Admin [EMAIL PROTECTED] Subject: Proper channels ... Re: OT: MacAngst On Monday, Sep 30, 2002, at 12:57 Europe/London, Robin wrote: On Monday, September 30, 2002, at

Re: Upgraded and Confused

2002-10-01 Thread David Wheeler
On Tuesday, October 1, 2002, at 01:13 PM, Brigham Mecham wrote: I think cpan upgraded my version of perl from 5.8 to 5.6 and now I am continually getting the following message: Most likely you compiled Perl over the older version of Perl, but some of the older Perl's libraries are still

Re: CPAN errors

2002-10-01 Thread Ken Williams
On Tuesday, October 1, 2002, at 11:26 PM, Brigham Mecham wrote: Hello I have had some problems the past couple of days using CPAN and am not sure what happened. Basically CPAN hangs up a lot on servers and some times can't find a module that I know exists. Another error I am getting

Re: Cpantest

2002-10-01 Thread Charles Albrecht
At 12:53 PM +1000 10/2/2002, Ken Williams wrote: Here are the changes that I've made to http://testers.cpan.org/cpantest in order to get it to work for me: == [...] +@MAIL_OPEN_ARGS = ('smtp', Server = 'ee.usyd.edu.au');