| Thread | Last Post | Replies |
|
| Darwinports | 19 Jan 2006 02:19 GMT | 2 |
I am contemplating using Darwinports and I see that it has Perl 5.8.7 in the ports. Has anyone used this for their version of Perl on OSX? Did you experience any problems? Robert
|
| return status code from sendmail in macosx | 18 Jan 2006 22:16 GMT | 2 |
I have a typical mail cgi script written in perl and can't figure out why I don`t get an error when the message is not sent. My script does the typical: open (MAIL, "|/usr/sbin/sendmail -t -i -F'$from_name' -
|
| XMLTV installation can't find META.yml | 14 Jan 2006 14:34 GMT | 2 |
I'm trying to install XMLTV, see http://sourceforge.net/project/showfiles.php?group_id=39046 but it fails every time saying Warning: the following files are missing in your kit:
|
| mkpath | 13 Jan 2006 17:58 GMT | 1 |
I'm using File::Path's mkpath() function in a script run by Apache on Mac OS X 10.3 and Perl 5.8.1. It works fine when only creating a single directory, but as soon as it tries to create more than one directory level, it fails. Below is the relevant code and error. Can anyone see
|
| Problems installing PDL | 12 Jan 2006 02:34 GMT | 2 |
Every attempt I've made over the past 3 years to install PDL has failed, including the last attempt I have just made, but this time I seem to be quite close. I wonder if anyone can advise. (for Joel Rees' instruction ... is an ellipsis )
|
| Perl & web server | 11 Jan 2006 04:00 GMT | 4 |
I can execute a Perl script in the terminal (MacOSX) but cannot get that same Perl script to execute on a browser (ie Safari). I can upload that same script to my virtual Unix server and it executes just fine there. I suspect the problem is the Apache config on my Mac but have ...
|
| help: SIGALRM on OS X | 10 Jan 2006 23:07 GMT | 2 |
I'm pretty much a newbie when it comes to Mac OS X so go easy on me. I have a Perl applicaton that communicates with the Asterisk VoIP phone system through AGI (Asterisk Gateway Interface) very similar to CGI. Asterisk starts my perl application and the two communicate over ...
|
| System "rename" command | 08 Jan 2006 17:41 GMT | 3 |
I was trying to do something involving renaming files the other day and I wrote: system("rename $originalname $newname"); and got an error. I figured out in the end I was getting confused --
|
| Finding the current user | 06 Jan 2006 17:04 GMT | 3 |
I know I can get this with `whoami`, but I was wondering if there was a "Perl" way to find the user who executed the script. I basically want to make it so my script is executable by normal users, but prints an error if it is not only the root user.
|
| @INC | 05 Jan 2006 22:57 GMT | 5 |
How can I permanently add to @INC? I have 2 versions of perl installed and only use one of them. The reason for 2 versions is a port system that refuses to rely on the already installed perl. So I have:
|
| Foundation in Perl script | 03 Jan 2006 20:44 GMT | 8 |
Hi list. I want to use some Foundation objects like NSDictionary and others in a Perl script (because of writing a plist of that). I succeeded with using PerlObjCBridge (use Foundation).
|