| Thread | Last Post | Replies |
|
| Reading in a File | 27 Dec 2004 00:47 GMT | 7 |
I'm taking a Perl class and and I'm working on comprehending this script in one of the lessons. This script has you count words in a file. The line where one is supposed to read in the file being counted is like so: while (defined($line = <>))
|
| File creation issue | 26 Dec 2004 08:33 GMT | 6 |
Greetings all, I'm new to the list, and I have a simple question (which hopefully will be simple to solve). For some reason, when I try to use the open() function to create a new file,
|
| New to list, greetings and a (newbie)problem | 23 Dec 2004 05:25 GMT | 12 |
Hey all, I'm new to this list, and I am new to Perl as well. My primary reason for learning Perl is in an attempt to automate more tasks in my other programs, but, it also seems to me to be an interesting language that would increase
|
| HTML::TableExtract | 20 Dec 2004 22:50 GMT | 5 |
I am using the TableExtracter and it bombs in the line marked with ">>" when it don't match headers for the table. I would like to check to see if it matched, but I don't know what to check. Can someone please help me.
|
| Trying to Install Bundle::DBD::mysql | 20 Dec 2004 14:29 GMT | 4 |
I'm trying to install this module on my powerbook. I did perl -MCPAN -e 'install Bundle::DBD::mysql' and was able to download this module and have it go through the process. At the end, though, I got this: Test returned status 255 (wstat 65280, 0xff00)
|
| File::stat | 14 Dec 2004 14:13 GMT | 3 |
I've been getting no results from File::stat or a system call to stat. Finally I called stat from the command line and got "Command not found". Indeed, it is neither in /usr/bin or /usr/sbin and I could not
|
| OpenGL and Perl | 13 Dec 2004 11:13 GMT | 1 |
I am running OS X 10.3.6 and perl (v5.8.1-RC3 built for darwin-thread-multi-2level) and would like to run the OpenGL examples on opengl.com. I have SDL 1.2.7 installed finally, and obviously OSX runs OpenGL. How
|
| MySQL | 11 Dec 2004 08:20 GMT | 10 |
Well, I'm about to take the plunge and begin to learn MySQL. I have Apache and Perl all running great (stock installs), but I'm not sure how to get started with installing MySQL. I guess what I'm asking is, can some one share some good links/pointers on installing MySQL. As
|
| Fresh perl build on Panther | 07 Dec 2004 03:15 GMT | 5 |
Hi list. I'm new here but thought seeing as I'm working on OSX I should probably post here. I'm about to start on building my own versions of Perl/Mod_perl/Apache
|
| Problems installing modules | 06 Dec 2004 23:04 GMT | 17 |
Hello Perlers, I have problems updating or installing modules on my Perl I have installed in /usr/local/bin/ an Perl 5.8.5 I have made an alias in /usr/bin lrwxr-xr-x 1 root wheel 19B 17 Nov 14:08 perl ->
|
| Perl 5.8.1 Errors | 04 Dec 2004 20:46 GMT | 1 |
Help! I installed Perl a while back in order to write a few small scripts. I'm not real familiar with Perl, and now I'm getting the following errors:
|
| writing to htpasswd file | 01 Dec 2004 00:59 GMT | 1 |
Hi list, I have a perl script that authenticates users login info(username/password) users choose their own username password The script runs fine but can't write to the .htpasswd file
|