| Thread | Last Post | Replies |
|
| UTF-8 support? | 30 Apr 2005 21:08 GMT | 1 |
I'm using Perl 5.8.1 on Panther (the stock version) and it seems as though not everything handles utf8 gracefully. (I haven't worked in Perl for a while; not since MacPerl 5.0.3, I think it was) Regular expressions seem to work, as does input and output, but some of the
|
| keychain | 29 Apr 2005 15:28 GMT | 6 |
I need to authenticate users in a perl CGI and was hoping to use the Keychain but can't find a perl way to do that. Has anybody done that before?
|
| Mac::Glue script | 29 Apr 2005 03:32 GMT | 19 |
I've been thinking about installing Mac::Glue to do the following: The script will open Internet Connect, dial a number (given by the script). When a connection is established, a sound file will be played 5 X (or what ever number of repetitions). After the connection is lost
|
| chmod not working on firewire drive | 25 Apr 2005 05:42 GMT | 3 |
Dear Y'all - I'm having a disquieting experience in which I can't remove write permission (i.e. "bash$ chmod a-x filespec") on my firewire drive. I've sudoed to no avail.
|
| newbie question about chmod | 24 Apr 2005 22:11 GMT | 4 |
hello experts , i like to run a little perl app , but it said always "Permission denied" marxg4:~ marxg4$ /Users/marxg4/Desktop/dbeacon -a marc@let -n let.de -b ff1e::1:f00d:beac
|
| command-line tweaking of "Open With..." settings? | 24 Apr 2005 12:49 GMT | 8 |
I have an AppleScript Application which I wish to have launched whenever a file named "*.xyz" is double-clicked. I can do this using the Finder's Get Info dialog (ie, "Open With...", then "Other...", then "Change All..."), but I want to do this from an
|
| For those who have upgraded before... | 21 Apr 2005 19:18 GMT | 2 |
Tiger is coming with a newer version of Perl (5.8.6 I believe). When I do an upgrade does the installer wipe out everything I have already setup via CPAN? Or can I just do arecompile...and keep running? Robert
|
| Removing Dup Files | 20 Apr 2005 21:22 GMT | 3 |
I hope someone can help with this... I have a directory full of files that each contain some data saved with a CGI.pm "save" routine like so... $Q->save(FILE);
|
| Shux | 18 Apr 2005 03:35 GMT | 4 |
Sherm, Just a note to say thanks for Shux. It's been a great help for me in having quick access to information about Perl and the modules I've installed, as well as providing a convenient way of browsing--great for
|
| Installing Mac::Carbon | 17 Apr 2005 02:44 GMT | 5 |
I've created a collection of Perl scripts for a client who needs to install Mac::Carbon on his workstation. However, during "install MacPerl" he is apparently getting messages referring to missing files/modules, eventually getting... make[1]: *** No rule to make target `. ...
|
| ?Tk on mac- Question from a novice | 15 Apr 2005 22:33 GMT | 4 |
I'm trying to run a perl program my friend has written via komodo on his windows machine however it uses the tk module. Despite a few attempts I cant seem to install this on module on my mac. Any ideas? Am I missing something? Are there issues with Tk.pm on OSX?
|
| Access the Clipboard? | 14 Apr 2005 21:51 GMT | 6 |
More idle curiosity than a desperate need to know, but is it possible to access the OS X clipboard with perl, and if so, how? ------------------------------------------------------------ "Have You Validated Your Code?"
|
| "Tiger" version | 12 Apr 2005 17:43 GMT | 13 |
Does anyone know what version of Perl is shipping with the "Tiger" release? I tried finding something on the Apple site but could not. Robert
|
| DBD::Pg | 12 Apr 2005 14:09 GMT | 2 |
I am at work or I would try this. Is there any problem with DBD::Pg on OSX? I just picked up my first Perl gig (a part time job) and they will be using Postgresql for the backend. Robert
|
| trouble installing XML::LibXML | 11 Apr 2005 22:31 GMT | 1 |
I need to re-install XML::LibXML after a harddisk failure, and I can't remember how I did it the first time around. Here is how I tried it: First, I installed the LibXML and LibXML2 libraries using Fink. Then, I ran:
|