Search Discussions
-
Hi, I started playing with drag and drop, and I wrote the following: When creating a new window controller, it runs: $self- {Window}- registerForDraggedTypes (NSArray- arrayWithObjects ...
Dan Mills
Feb 21, 2003 at 4:55 pm
Mar 11, 2003 at 7:41 am -
Please download and test the perl 5.8.0 distribution available from: http://nathan.torkington.com/tmp/perl5.8.0gnat1.dmg It installs Perl, Berkeley DB 4.1.25, DB_File 1.42 and Time::HiRes 1.42 into ...
Nathan Torkington
Feb 6, 2003 at 1:03 am
Mar 1, 2003 at 9:08 pm -
I bugged an Influential Friend at Apple about the Perl upgrade issue, hoping that he would have a Wonderfully Authoritative Solution to offer: So, gang, can we brainstorm up a solution that meets our ...
Rich Morin
Feb 27, 2003 at 8:09 am
Mar 4, 2003 at 6:23 am -
I have an OSX machine used as a server in another room. I nearly always get to it via a shell app. I can't remember the exact version of X that's on it. How do I find out if it's 10.1.3 or 10.1.5 ...
John Horner
Feb 25, 2003 at 11:13 pm
Feb 28, 2003 at 3:22 pm -
I'm running Jaguar 10.2.4 with the stock perl, which has Test::Harness 1.1604. I want to install modules like Getopt::ArgvFile (1.06), which asks me for Test::Harness = 1.25. (It also asks for ...
Hysterion
Feb 22, 2003 at 6:20 pm
Feb 25, 2003 at 4:42 am -
I want to be able to write a perl script that does advanced logging of both itself and the system() calls it makes. One of my desired goals is to replace STDERR and STDOUT in such a way that 1) the ...
Nathan Herring
Feb 13, 2003 at 4:44 am
Feb 15, 2003 at 2:04 pm -
Hi all, I have been playing around with Camelbones a little and placed my results on SourceForge: http://perl-pad.sourceforge.net/ It is a small Cocoa application that lets you run Perl from other ...
Thilo Planz
Feb 10, 2003 at 12:51 am
Feb 10, 2003 at 12:18 pm -
Hi all, In my quest to get NSTextView to display japanese text using CB I decided to try to get it to read from a named pipe, so that I could use the readRTFDFromFile () method. Unfortunately, it ...
Dan Mills
Feb 1, 2003 at 11:48 pm
Feb 3, 2003 at 4:22 am -
Shux, I just wish this had been Perl... For those who haven't seen it, Konfabulator just brings a smile to my face. It is what sets a Mac apart from any other computer platform. Puneet.
Puneet Kishor
Feb 13, 2003 at 1:57 am
Feb 25, 2003 at 6:39 pm -
10
Form feed
I'm trying to force a form feed using perl 5.6 and os x.2 without using the format command. These don't work: print LPR "\007"; # form feed ? doesn't work $ff = v12; print LPR "$ff"; # Camel book Sec ...Tom McDonough
Feb 16, 2003 at 1:51 am
Feb 19, 2003 at 8:22 pm -
Hi! I'm trying to install the perl module "DBD:mysql" on Mac OS X 10.2. MySQL is installed at /Library/MySQL. When I run "perl Makefile.PL", i get this error message: --- Can't exec "mysql_config": ...
Big City Baby
Feb 4, 2003 at 7:24 pm
Feb 5, 2003 at 7:01 pm -
Excuse my ignorance here, I have what is probably a simple question. I want to pull apart my Apache combined log into individual Vhost reports that I can run through Analog. I can manually do this by ...
Jeremy Schwartz
Feb 3, 2003 at 3:43 pm
Feb 4, 2003 at 3:07 pm -
9
no-no?
i take it installing 5.8 is a bad idea?Stephen rouse
Feb 28, 2003 at 11:05 pm
Mar 4, 2003 at 4:59 pm -
I have my browser's plumbing working, but I found myself doing some peculiar things. I'm hoping that one of you can tell me wazzup. The new() method (in MyWindowController.pm) sets up Browser_F (an ...
Rich Morin
Feb 12, 2003 at 11:42 pm
Feb 15, 2003 at 12:27 am -
Hi Folks, I have an XS Perl module that I need to distribute in binary form as part of a larger Mac OS X application. However, because I want to support Perl 5.6 and 5.8 and these two versions are ...
Mark Alldritt
Feb 6, 2003 at 5:56 pm
Feb 8, 2003 at 4:10 pm -
I had perviously discussed problem after installing perl 5.8: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "en" are supported ...
Pavel Stranak
Feb 4, 2003 at 1:15 pm
Feb 6, 2003 at 7:38 pm -
When I run "r" in CPAN, it always reports old versions, even after I do "force install 'something'. I'm using fink and perl5.8 on 10.2.4. -- Lorin Rivers Marketing Professional ...
Lorin Rivers
Feb 25, 2003 at 5:10 pm
Feb 26, 2003 at 3:39 am -
The option of using PAR to distribute perl apps on OS X came up on my recent (slightly related) thread. I just installed it, and so far it seems to work quite well and easily. The files it produces ...
Barry Jaspan
Feb 28, 2003 at 8:17 pm
Mar 13, 2003 at 10:09 pm -
Hi, The osascript example in a recent thread gave me an idea - I'd like a shell command that would tell the Finder to reveal the item with a certain path, something like this: % osascript -e 'tell ...
Ken Williams
Feb 26, 2003 at 3:57 pm
Mar 2, 2003 at 3:01 am -
If you use Fink to install something that has a Perl module component, Fink's /sw/bin/init.csh will set the PERL5LIB environment variable when you next log in. This screws with @INC if you have your ...
Nathan Torkington
Feb 13, 2003 at 7:31 am
Feb 16, 2003 at 2:41 am -
Hi, I'm having trouble installing XML::Parser using because it can't find the -lexpat library, which has been installed by fink into /sw/lib/. I don't know if I can change perl's libpth without ...
Richard Jolly
Feb 15, 2003 at 6:53 pm
Feb 16, 2003 at 12:38 am -
There's no way to know when Apple will upgrade its Perl distribution and several of us would like to be able to ship Perl-based distros (e.g., incorporating CamelBones) that will continue to work in ...
Rich Morin
Feb 26, 2003 at 10:38 pm
Feb 27, 2003 at 7:29 am -
I am a developer porting an application to OS X that includes some complex perl scripts. Because I do not presently have/know of a good solution for creating a reasonably-sized stand-alone perl ...
Barry Jaspan
Feb 26, 2003 at 5:15 pm
Feb 26, 2003 at 10:06 pm -
Hello, I'm trying to work through the examples in "Mod_Perl Cookbook" and have gotten stuck at using Apache::DB - although my problem has nothing to do with Apache::DB. I'm on a ibook (10.1.5) with ...
Warren Pollans
Feb 25, 2003 at 6:29 pm
Feb 26, 2003 at 4:02 pm -
My friend Rael was wondering where the Perl implementation of Rendezvous (zeroconf) is. How do I register my service? How do I browse for local machines and services? Nat
Nathan Torkington
Feb 24, 2003 at 10:06 am
Feb 25, 2003 at 3:02 pm -
Sorry for the OT, but I've been looking for a MacOSX mailing list, like this one but not perl-only. Somewhere one could ask / discuss about apps, darwin, etc. Does anybody know where to find one? ...
Riccardo Perotti
Feb 11, 2003 at 6:51 pm
Feb 12, 2003 at 7:08 am -
Trying to install DBD::Pg 1.21 on Pg 7.3 w/SSL. However when I get to make test, my process fails. I've tried other suggestions of setenv POSTGRES_LIB=/usr/local/pgsql/lib -lssl but still no success. ...
Patrick Hatcher
Feb 5, 2003 at 8:15 pm
Feb 8, 2003 at 2:32 pm -
mrsparkle ellem ~ $ perl -v This is perl, v5.6.0 built for darwin I have loaded FINK CPAN is acting funny. Actually it isn't doing anything. I get a lot of this: cpan install Mail::Sendmail Please, ...
Ellem
Feb 7, 2003 at 7:19 pm
Feb 27, 2003 at 8:30 pm -
hi perl question eh, is not possible to get the values in parens when you do a reg match on an evaled string ? consider the snippt below, how do i get the values into $1, $2 etc ... my $str = ...
Allan juul
Feb 25, 2003 at 8:04 am
Feb 25, 2003 at 3:04 pm -
Hello, I'm asking this question here because I'm concerned about being able to preserve my perl/cgi/mod_perl files. I figure I can re-install the OSX apps, if necessary. I'm finally getting ready to ...
Warren Pollans
Feb 14, 2003 at 3:11 pm
Feb 14, 2003 at 5:52 pm -
After 30+ years of text-based procedural programming, I'm now wrestling with GUI-based OO programming, in the form of Cocoa, IB, and PB (not to mention CamelBones :-). Anyway, one of the things that ...
Rich Morin
Feb 10, 2003 at 10:48 pm
Feb 11, 2003 at 4:47 pm -
I tried POP3::Client but it seems that have no methods to fetch and retrieve attachments... Someone uses other one with best performances or with the methods for attachments?
Gian Luca Gaiba
Feb 5, 2003 at 12:15 am
Feb 6, 2003 at 6:43 pm -
I just did a perl -e 'print "$_\n" for @INC' in Terminal and both "/Library/Perl" and "/Network/Library/Perl" are listed twice. Why? Riccardo -- mailto:perotti@pobox.com http://www.riccardoperotti.com
Riccardo Perotti
Feb 28, 2003 at 2:31 pm
Feb 28, 2003 at 6:15 pm -
I completely wiped all my perl and fink stuff and started over, but I'm still getting: dyld: /usr/bin/perl Undefined symbols: _BIO_free blah, blah, blah -- Lorin Rivers Marketing Professional ...
Lorin Rivers
Feb 25, 2003 at 5:18 pm
Feb 26, 2003 at 3:12 am -
Hi everybody! My name is Marco Baroni, and I am new to this list -- as a matter of fact, I am new to this sort of technical lists in general, so forgive me if my questions will sound naive... 'Nyway: ...
Marco Baroni
Feb 21, 2003 at 11:39 am
Feb 23, 2003 at 12:59 am -
In my new() method for MyWindowController.pm, I have the code: $self- {'Browser_F'}- setAction('browserFSgl:'); Lower down in the file, I have the code: sub browserFSgl { my ($self, $browser) = @_; ...
Rich Morin
Feb 12, 2003 at 8:34 am
Feb 12, 2003 at 9:35 pm -
That Makes two of us. I would like to subscribe to that list as well. Thanks -----Original Message----- From: Riccardo Perotti Sent: Tuesday, February 11, 2003 12:29 PM To: Macosx@perl.org List ...
Deshazer, Earl (GEAE)
Feb 11, 2003 at 6:58 pm
Feb 11, 2003 at 7:20 pm -
Could someone help me with this please? I had sent this to the mod_perl list - where it was suggested that I try here instead. Who is responsible for putting dl_install_.al in place. The DynaLoader ...
Warren Pollans
Feb 28, 2003 at 10:06 pm
Mar 4, 2003 at 3:35 pm -
Trying to install SOAP on OS X 10.2.4 Even when I try it using the Makefile.pl I get the same error. Any suggestions? Will summarize ... Thanks -- Ari Kahn http://damon.ib3.gmu.edu/~kahn ### CPAN ...
Ari B Kahn
Feb 28, 2003 at 9:53 pm
Mar 1, 2003 at 1:03 am -
Hi list, I have written a perl CGI script that basically executes a system command via an open command like so: open (COMHANDLE, '/usr/local/bin/gpg --no-tty --list-keys |') or die "can not list keys ...
John Lin
Feb 16, 2003 at 4:24 am
Feb 16, 2003 at 4:20 pm -
I've updated the NSOutlineView example at <http://www.dot- app.org/OutlineSample.tgz . What's new: The bug reported by Rich Morin has been fixed, as he suggested. In controlTextDidEndEditing:, which ...
Sherm Pendley
Feb 15, 2003 at 2:39 am
Feb 15, 2003 at 3:14 am -
Hi Ken. I've been wanting to get some perl packages into Fink for some time, and this looks like a great start. The package worked well for me, although you do need to adjust where the man files are ...
David R. Morrison
Feb 11, 2003 at 3:17 am
Feb 12, 2003 at 1:52 am -
does anyone have an example of a class implementing a datasource for an outline view? Table views I understand and have working, but I'm not getting very far with the outline views, and the PB docs ...
Tom Insam
Feb 6, 2003 at 5:58 pm
Feb 8, 2003 at 7:58 am -
I'm using MacOSX::File::Info to get the Type and Creator codes for files. In trying to print these (e.g., via NSLog and in an NSTextView), I ran into a peculiar symptom: not only did the code not ...
Rich Morin
Feb 7, 2003 at 12:50 am
Feb 7, 2003 at 5:46 am -
Looking at selectRow:byExtendingSelection: - (void)selectRow:(int)rowIndex byExtendingSelection:(BOOL)flag Selects the row at rowIndex. If flag is NO, deselects all before selecting the new row. ...
Rich Morin
Feb 3, 2003 at 9:11 am
Feb 3, 2003 at 10:16 pm -
The enclosed screen shot shows the current status of my efforts. The "Access" tab of Morinfo is now able to accept the $curr_path information, as typed into the NSTextField above. The NSTableView ...
Rich Morin
Feb 1, 2003 at 9:01 am
Feb 1, 2003 at 10:51 pm -
I have some resizable NSTextViews and I am also doing my own line-wrapping. Consequently, I'd like to be able to find out the width of the NSTextView, in characters (fortunately, I'm using a ...
Rich Morin
Feb 16, 2003 at 7:03 am
Feb 17, 2003 at 5:03 am -
Hi, I am trying to install Slash on Mac OS X with Perl 5.8.0. I can configure, make, install everything without problems and Apache/mod_perl seems to work fine. I cannot, however, use the Slash ...
Christian Schneider
Feb 6, 2003 at 2:02 pm
Feb 16, 2003 at 2:34 am -
My "Cocoa OO plumbing question" seems to have fallen on deaf ears, but I'm still doing battle with the NSBrowser and could use some help. The path I'm trying to display right now is ...
Rich Morin
Feb 12, 2003 at 4:20 am
Feb 12, 2003 at 4:50 am -
Although I'm still interested in NSOutlineView, I believe that an NSBrowser would provide a more appropriate interface. However, looking at the write-up in "Cocoa Programming" (Anguish, et al), I'm ...
Rich Morin
Feb 8, 2003 at 7:29 pm
Feb 10, 2003 at 12:40 am
93 users for February 2003
Archives
- December 2013 (3)
- March 2013 (1)
- January 2013 (1)
- September 2012 (2)
- June 2012 (1)
- May 2012 (2)
- April 2012 (1)
- January 2012 (2)
- December 2011 (4)
- November 2011 (1)
- October 2011 (2)
- September 2011 (8)
- July 2011 (2)
- June 2011 (61)
- May 2011 (1)
- March 2011 (4)
- February 2011 (5)
- January 2011 (13)
- December 2010 (1)
- September 2010 (6)
- August 2010 (5)
- July 2010 (4)
- June 2010 (1)
- May 2010 (3)
- April 2010 (5)
- March 2010 (1)
- February 2010 (10)
- December 2009 (4)
- November 2009 (7)
- October 2009 (1)
- September 2009 (24)
- August 2009 (11)
- July 2009 (5)
- May 2009 (4)
- April 2009 (11)
- March 2009 (27)
- February 2009 (9)
- January 2009 (20)
- December 2008 (6)
- November 2008 (3)
- September 2008 (37)
- August 2008 (19)
- May 2008 (1)
- April 2008 (10)
- March 2008 (29)
- February 2008 (31)
- January 2008 (34)
- December 2007 (40)
- November 2007 (32)
- October 2007 (91)
- September 2007 (38)
- August 2007 (26)
- July 2007 (1)
- June 2007 (27)
- May 2007 (49)
- April 2007 (18)
- March 2007 (36)
- February 2007 (25)
- January 2007 (30)
- December 2006 (17)
- November 2006 (14)
- October 2006 (45)
- September 2006 (32)
- August 2006 (92)
- July 2006 (58)
- June 2006 (68)
- May 2006 (61)
- April 2006 (59)
- March 2006 (16)
- February 2006 (28)
- January 2006 (63)
- December 2005 (70)
- November 2005 (71)
- October 2005 (78)
- September 2005 (12)
- August 2005 (68)
- July 2005 (59)
- June 2005 (209)
- May 2005 (69)
- April 2005 (132)
- March 2005 (236)
- February 2005 (122)
- January 2005 (112)
- December 2004 (82)
- November 2004 (124)
- October 2004 (69)
- September 2004 (114)
- August 2004 (130)
- July 2004 (142)
- June 2004 (73)
- May 2004 (202)
- April 2004 (172)
- March 2004 (225)
- February 2004 (156)
- January 2004 (219)
- December 2003 (102)
- November 2003 (195)
- October 2003 (172)
- September 2003 (107)
- August 2003 (81)
- July 2003 (145)
- June 2003 (122)
- May 2003 (145)
- April 2003 (180)
- March 2003 (268)
- February 2003 (391)
- January 2003 (262)
- December 2002 (276)
- November 2002 (428)
- October 2002 (409)
- September 2002 (512)
- August 2002 (296)
- July 2002 (232)
- June 2002 (112)
- May 2002 (104)
- April 2002 (340)
- March 2002 (171)
- February 2002 (153)
- January 2002 (167)
- December 2001 (112)
- November 2001 (84)
- October 2001 (218)
- September 2001 (111)
- August 2001 (102)
- July 2001 (132)
- June 2001 (155)
- May 2001 (103)
- April 2001 (208)
- March 2001 (57)