| Thread | Last Post | Replies |
|
| Terminal (spurious command line) problem | 18 Apr 2006 20:11 GMT | 5 |
A weird problem with Terminal.app has arisen in which a command line (of the form <perl file1.plx file2.txt> )gets written to the Terminal window each time a new Terminal window is opened (File->New Shell). The problem seems to owe its origins to some experiments with
|
| Install Apache, mod_perl | 05 Apr 2006 22:20 GMT | 1 |
Hello all, this is my first posting here and I am not such a pro as you all around here ... I want to install a local mysql-server and I am new to mysql. I installed
|
| When does a hash of lists get defined? | 05 Apr 2006 02:19 GMT | 2 |
While messing with CGI POSTed data I got trapped by this one. Version 5.8.1-RC3 for Mac OS 10.3.9 It appears that the hash element "D" gets defined in the process of testing to see if an element in the associated string is defined. The last if below takes the else route. Is that ...
|
| problems with intel architecture | 05 Apr 2006 02:17 GMT | 12 |
I'm a casual perl user. I just upgraded from a PPC OSX machine to a MacBook Pro, and I can't get perl to work right for me. I used the Apple Migration Assistant to move my data from my PPC machine to the MacBook Pro.
|
| openning file... | 02 Apr 2006 16:52 GMT | 6 |
mac os x store file name in utf-8 format. so, how to open file with "special" characters in name ? a very simple exemple is a file name that begin with space. if i write : open(FILE," Read in a file"), perl return an error:
|