| Thread | Last Post | Replies |
|
| Getting all file paths | 26 Mar 2007 12:22 GMT | 6 |
I'm still new to Perl and was just curious if the code below is ok to use. Also, can someone direct me to more information about file::find? I'd like to know if -d means directory (I assume it does) as well as -f and other options that may apply. Basically, I want to loop thru ...
|
| Interacting with other applications | 24 Mar 2007 22:22 GMT | 6 |
I'd like to run a daily backup script on my laptop, but I'd like it to ask permission first. I'm wondering what is the best way to do this. I thought I would have the script open Terminal.app and use STDIN/OUT? If so, what is the recommended way to do this? IPC::Open? One of the Mac ...
|
| GUI development and deployment | 22 Mar 2007 11:38 GMT | 2 |
I'm learning GUI programming with Perl on OS X, and I had a few questions: 1. Is CamelBones the only option for developing a native Perl GUI on OS X? Does anyone use wxPerl, or Tcl::Tk (to get access to native Aqua Tk)? I'm not interested in Perl/Tk because it's X11-based.
|
| pdf2text ? | 22 Mar 2007 09:14 GMT | 2 |
What is a good package for extracting text from a PDF file? For example I get monthly PDF reports from E*Trade, an online broker. It would be very convenient if I could access this data from Perl. Right now, I can extract data by copying and pasting into a text file, but I'd like ...
|
| CGI to OS X? | 20 Mar 2007 22:04 GMT | 11 |
You all know I've been on this list for a long time, and I've asked the most stupid questions of anyone here, so keep that in mind when reading the following (I have a reputation to keep ;) I've been wondering about this for quite awhile and thought I'd finally
|
| Ann: CamelBones 1.0.1 | 16 Mar 2007 17:46 GMT | 2 |
What is CamelBones? CamelBones is a Cocoa / Perl bridge for Mac OS X. Like most bridged, CamelBones is bidirectional - It makes Perl accessible from Objective-C, as well as making Cocoa accessible from Perl. You can write a native
|
| unitialized value error in Scalar Util module | 12 Mar 2007 00:10 GMT | 3 |
perl 5.8.8 parallel build in /usr/local, botched it a couple of times trying to get it to pull in expat and tie it in to apache 2, I finally gave up on apache 2, then on expat. Now, when I try to run certain things, I get this:
|