| Thread | Last Post | Replies |
|
| problems with WWW::Curl, perl 5.8.7, Mac Mini, 10.4.2 | 26 Jul 2005 08:39 GMT | 2 |
I installed 5.8.7 on a Mac Mini running 10.4.2 under /usr/local, executables in /usr/local/bin, used .bash_profile to add /usr/local/ bin to the front of my path (bleaugh). (Hesitated about installing gpg, but trying to build it gave me a
|
| backup options? | 26 Jul 2005 04:50 GMT | 1 |
Dear Perlers, A little while ago I asked about solutions to the graceless failure I was experiencing with psync (would look like it copied data, but would happily create zero-byte files once out of room,
|
| How to Install Modules Locally? | 15 Jul 2005 11:28 GMT | 4 |
I usually install modules via cpan, but I've been sent a module to test. I usually install modules via CPAN. I've been googling installing modules locally to see how it works. From what I've found, it seems simple enough to do something like this:
|
| psync and MacOSX::File installing with cpan | 12 Jul 2005 02:15 GMT | 3 |
I was thinking it was about time to do a backup and I was trying to run psync on Tiger and I got this: Can't locate MacOSX/File.pm in @INC (@INC contains: /System/Library/ Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /
|
| Cat and Dos2unix Command Line Utilities? | 12 Jul 2005 02:09 GMT | 5 |
I finally heard back from the module owner of WWW::Search, and here's what he had to say: Please accept my apologies, I don't get much time to work on my Perl Modules these days...
|
| building 5.8.7 on 10.4 | 08 Jul 2005 10:09 GMT | 7 |
Just accepted all the defaults. sudo make gave one error: [...]
|
| Passing Perl pointers via PerlObjCBridge | 05 Jul 2005 07:18 GMT | 1 |
I've tried passing perl pointers to Cocoa methods using the PerlObjCBridge. I can't get it to work, probably because Perl pointers "don't let you peek and poke at raw memory locations" (Adv Perl Programming). Does anyone know of a way to get this to work?
|
| How to build 5.4.5 on OS X | 05 Jul 2005 01:54 GMT | 3 |
With a hint from Jarkko I got 5.4.5 to build on OS X. Here's how. Step one: Copy hints/darwin.sh from 5.5.4. I chose 5.5.4 because its the closest to 5.4.5 and yet still modern. Step two: Fix the version discovery handling in the hints file. The 5.5.4
|