GUI development and deployment

2007-03-20 Thread Kevin Walzer
I'm learning GUI programming with Perl on OS X, and I had a few questions: 1. Is CamelBones the only option for developing a native Perl GUI on OS X? Does anyone use wxPerl, or Tcl::Tk (to get access to native Aqua Tk)? I'm not interested in Perl/Tk because it's X11-based. 2. What options

Re: chmod not working on firewire drive

2005-04-25 Thread Kevin Michael Vail
... -- Kevin Michael Vail | a billion stars go spinning through the night, [EMAIL PROTECTED] | blazing high above your head. . . . . . . . . . | But _in_ you is the presence that . . . . . . . . | will be, when all the stars are dead. . . . . . . . . . | (Rainer Maria Rilke)

Errors running perl scripts from Afrus

2004-11-03 Thread Kevin
I started to use Afrus on Mac OS X and get the following errors or warnings below: Subroutine bits redefined at /System/Library/Perl/5.8.1/Strict.pm line 11. Subroutine import redefined at /System/Library/Perl/5.8.1/Strict.pm line 27. Subroutine unimport redefined at

Adding libraries to Perl on Mac OS X

2003-09-25 Thread Kevin Barry
to CPAN shows Test and Test::Harness as the only Test entries. Kevin

Re: How to stat a symlink rather than its target dir?

2003-08-25 Thread Kevin Michael Vail
this: if (-f $file) { ## do something here } elsif (-d _) { ## do something here } The -d operator uses the same stat buffer as the -f operation, without querying the file system again. This is documented in perldoc -f stat. -- Kevin Michael Vail | Dogbert: That's circular

Re: DYLD_ALLOW_MULTISYMS

2002-12-17 Thread Kevin Michael Vail
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Kevin Michael Vail) wrote: I *know* I'm missing something, I just don't know what. OK, thanks to Rick and Jerry for pointing out that what I was missing was the boat. ;-) I remembered too far back. DYLD_ALLOW_MULTISYMS is out, patches to Tk

DYLD_ALLOW_MULTISYMS

2002-12-16 Thread Kevin Michael Vail
don't need to (and should not!) download the hacked version of 'dyld' under Jaguar? Tk800.024, Perl 5.8.0. I *know* I'm missing something, I just don't know what. -- Kevin Michael Vail | Dogbert: That's circular reasoning. [EMAIL PROTECTED] | Dilbert: I prefer to think of it as no loose ends