Re: Breaking up a long string...

2003-12-29 Thread R. Hannes Niedner
On Dec 28, 2003, at 10:10 PM, Kim Helliwell wrote: I have a long string of characters ( 40,000 chars) that I need to break up into strings of 6 chars each. Is there a simple way to do this in Perl? unpack() doesn't seem to be the right solution; there are no terminations for the strings I'm

Re: Breaking up a long string...

2003-12-29 Thread Hannes
On Dec 29, 2003, at 12:47 PM, Andy Lester wrote: On Mon, Dec 29, 2003 at 09:03:27AM -0800, R. Hannes Niedner ([EMAIL PROTECTED]) wrote: my $string = 'string_of_40k_chars'; my @strings = $string =~ /.{6,6}/g; my $remainder = substr($string, -1, length($string)%6); You mean /.{6}/ instead

CPAN broken in Panther

2003-11-25 Thread Hannes
to the archives (where I must have missed it then). thanks/h -- 1GHz TiBook 1GB - Superdrive MacOsX 10.3 aim: hannes92122 www: http://users.sdsc.edu/~hannes

Re: CPAN broken in Panther

2003-11-25 Thread Hannes
10.3 aim: hannes92122 www: http://users.sdsc.edu/~hannes

Re: CPAN broken in Panther

2003-11-25 Thread Hannes
What I meant was: On Nov 25, 2003, at 1:27 PM, Hannes wrote: Turning off the firewall made it working again. I still don't understand why CPAN can't do all these file transfers If ftp, lynx, wget etc. work with no problems if I run them on the commandline with or without the firewall enabled

Re: libxml2

2003-09-28 Thread Hannes
On Sunday, September 28, 2003, at 05:57 PM, Brad Rice wrote: Then if I try to install XML::LibXML or another module needing libxml3 it tells me it can't find libxml2. Any thoughts? http://packages.opendarwin.org/ hth/h

Re: File write/read problem

2003-09-25 Thread Hannes
On Wednesday, September 24, 2003, at 10:54 PM, [EMAIL PROTECTED] wrote: Now that sounds like that could be the overarching problem. It would also explain (I thingk) why I can't change the permissions of any of those directories with an ftp client. So if I change the ownership of the cgi-bin

Re: File write/read problem

2003-09-24 Thread Hannes
On 9/24/03 6:37 AM, Mark Wheeler [EMAIL PROTECTED] wrote: Hi, This is my first post to this group. Please forgive me if this is the wrong group for this question. I've been coding for a short time (a year or so) and love it. I've been using other hosts for my scripts, and am now setting

Re: dbi 1.35 on mac os x [10.2.4]

2003-03-19 Thread R. Hannes Niedner
On 3/19/03 10:55 AM, allan [EMAIL PROTECTED] wrote: hi i wonder why i can't install DBI version 1.35. below is some stdout from a cpan session suggesting to send a bug report. i am quite sure that other people has done this before me at least with version 1.30. [i had no problem installing

Re: XML::LibXML on Jaguar?

2003-03-17 Thread R. Hannes Niedner
On 3/16/03 7:08 AM, Paul Corr [EMAIL PROTECTED] wrote: Folks, I was just wondering if anyone successfully installed the XML::LibXML and XML::LibXSLT Perl modules on Jaguar. I corresponded a bit with the author and he is aware that it works fine on 10.1 (I had it working) and it does not

FW: XML::LibXML on Jaguar?

2003-03-17 Thread R. Hannes Niedner
From: R. Hannes Niedner [EMAIL PROTECTED] Mount http://packages.opendarwinports.org I am sorry the correct address is: http://packages.opendarwin.org Best/h

Compiling mod_perl on OSX 10.2.4

2003-03-04 Thread R. Hannes Niedner
I was wondering whether some one knows why some tests are skipped. I think I am running into trouble because this functionality is missing in dependent Perl modules (I am trying to get Apache::PageKit to run). --- skip- seems ok--- modules/cookieskipped all skipped: no reason

Apache::PageKit

2003-01-31 Thread R. Hannes Niedner
Did some manage to install Apache::PageKit on MacOSX. I tried it on 10.2.3 and Perl 5.8 but it dies on me at XML::LibXML and Apache::Request. Any hints are welcome. Thanks/h

Modules for 5.6.8

2002-11-27 Thread R. Hannes Niedner
Has anybody successfully installed the following modules on a Mac Os 10.2.2 system (I tried on the server OS If that matters). Class::DBI::Extensions Class::DBI::Join I got the other Class::DBI modules installed just fine but these two throw errors in the make. Or how about compiling gd 2.0.8?

Re: BB Edit 7 reads shebang

2002-11-14 Thread R. Hannes Niedner
On 11/14/02 9:08 AM, Tim Grant [EMAIL PROTECTED] wrote: On 11/14/02 11:21 AM, R. Hannes Niedner [EMAIL PROTECTED] wrote: On 11/14/02 7:07 AM, Tim Grant [EMAIL PROTECTED] wrote: Folks who have more than 1 Perl on their system might like to now that BBEdit (apparently) reads the shebang

Re: Way way way OT (IE default)

2002-11-09 Thread R. Hannes Niedner
On 11/9/02 9:16 AM, Lou Moran [EMAIL PROTECTED] wrote: I have been to OS X Hints and I just can't get Internet Explorer to leave me alone. It continues to reset as the default browser. I like Chimera (especially for the tabbed browsing) and this is a major thorn in my side.

Re: Way way way OT (IE default)

2002-11-09 Thread R. Hannes Niedner
On 11/9/02 10:29 AM, Kee Hinckley [EMAIL PROTECTED] wrote: Yow, that was complex. Did it work out for you (It did for me never had a problem ever since in 10.2.1)? /h