| Thread | Last Post | Replies |
|
| Problems using CPAN : part 1 - installing DBD::mysql | 31 Jan 2007 13:21 GMT | 2 |
I've never used CPAN on my Mac before and hardly at all on other machines ... in other words newbie warning. Anyway, I want to use MySQL from Perl so I installed DBI, no problems. Then I tried to install DBD::mysql but it fails. I get
|
| Code Examples for NewAlias | 19 Jan 2007 03:25 GMT | 4 |
I'm trying to understand how to use the Mac::Files NewAlias function. I have not found any code examples and I'm struggling. The NewAlias function creates a filehandle. How do I create an alias file from the alias filehandle?
|
| How to gather some basic info (front-most app and title) | 19 Jan 2007 03:08 GMT | 2 |
I'm hoping someone can point me in the right direction to get me started... I want to write a perl script that can gather the following simple info: Has the screen blanker blanked the screen? What's the front-most application?
|
| CamelBones on MySpace | 18 Jan 2007 00:42 GMT | 8 |
Well, I've finally given into peer pressure and created a MySpazz account and CamelBones group: <http://www.myspace.com/camelbones> <http://groups.myspace.com/CamelBones>
|
| Strange problem with @INC | 11 Jan 2007 23:51 GMT | 3 |
for some reason, X11 has a different version of @INC than reported with apple's terminal. if i run perl -e 'foreach (@INC) { print "$_\n";}' with apple_terminal, i get /sw/lib/perl5/5.8.1/darwin-thread-multi-2level /sw/lib/perl5/5.8.1
|
| Encode-JIS2K-0.02 problem | 04 Jan 2007 08:34 GMT | 2 |
I downloaded and installed Encode-JIS2K-0.02. Install log says that all tests were successful. But when I do this: #!/usr/bin/perl use strict;
|