| Thread | Last Post | Replies |
|
| Confused . . . | 30 Jan 2005 21:28 GMT | 2 |
I've got perl5.8.6 installed. When I do perl -v, I see that perl 5.8.6 is running. Yet when I do "man perl", at the end of the file I'm seeing this: perl v5.8.1 2003-07-09
|
| Status of Camel Bones Project | 27 Jan 2005 22:00 GMT | 1 |
While browsing my archived email, I came across my questions about Perl 5.8.4 and realized that this is the version that was installed. I took a look at the site at http://camelbones.sourceforge.net and looked at the Roadmap, which has a list of changes planned for 0.3.0
|
| Mac::Glue and mod_perl | 27 Jan 2005 17:50 GMT | 7 |
Sorry for cross-posting this, but i think it applies to both groups. I'm trying to write a mod_perl script (for PerlRun) that will present an online interface to my Mac OS X Address Book. Using the standard method of connecting to the glue (new Mac::Glue 'Address Book') doesn't ...
|
| New to OSX and an upgrade question | 27 Jan 2005 04:25 GMT | 1 |
I have been pampered by using PPMs on Windows systems. I bought myself an iBook and got rid of my Windows box. I can install modules and search for modules, but how do I upgrade a module that I already have installed?
|
| TextWrangler | 22 Jan 2005 21:39 GMT | 11 |
For those who haven't seen, TextWrangler 2.0 -- which is basically a slightly stripped-down version of BBEdit, without HTML tools and some other things -- is now available, and free. Free, as in beer.
|
| installation weirdness with Mac::Glue | 21 Jan 2005 05:39 GMT | 2 |
I thought I'd play around with Mac::Glue, so I fired up the CPAN shell to install it. The installation went, in part, like this: [...] Manifying blib/man3/Mac::AETE::Format::Glue.3pm
|
| Problems Getting Modules from CPAN | 19 Jan 2005 01:15 GMT | 2 |
All of sudden, I'm having this strange problem. I do this in terminal: sudo perl -MCPAN -e 'WWW::Restaurant::Menu' And . . . nothing happens. When I go into cpan, I get this message: There seems to be running another CPAN process (pid 606). Contacting...
|
| stupid newbie question | 18 Jan 2005 12:39 GMT | 7 |
Hi guys, sorry for the question not directly related to macosx but this is the OS I work with and I know that you guys are really helpful. I'm really new to perl. Actually I'm trying write my very first script. Let me try to explain what I need. I have a large text file that is
|
| Parsing Excel spreadsheet on osx? | 18 Jan 2005 03:24 GMT | 6 |
I am trying to parse an Excel spreadsheet, but a simple script from the pod use strict; use Spreadsheet::ParseExcel; my $oBook = Spreadsheet::ParseExcel::Workbook->Parse('test.xls');
|
| Problems with Spidering Hack #56 | 16 Jan 2005 17:23 GMT | 12 |
I'm working on my knowledge of Perl by working through Spidering Hacks (O'Reilly). Right now I'm stumped as to why this hack isn't working (code can be found at http://hacks.oreilly.com/pub/h/981#code. There are several issues with this code, but the first one that comes up
|
| Undoing/Fixing an installation of CPAN on Mac OS X 10.2.6 | 11 Jan 2005 00:05 GMT | 2 |
Greeting - I attempted to access CPAN using Terminal (OS 10.2.6) by entering : perl -MCPAN -e shell During the long q/a for the installation - I apparently answered one of
|
| iTunes shell | 09 Jan 2005 07:28 GMT | 9 |
Hey Folks, I'm new to the list. I just subscribed last week. I've finally decided to release my iTunes shell that I have been playing around with for a while. You can find out about it here:
|
| catnip.local (redirect) | 08 Jan 2005 01:35 GMT | 6 |
My spouse has, at her workplace, a Mac OS X machine with web sharing turned on. This machine is, therefore, reachable on the internal company LAN as either http://catnip.local or http://catnip.company.com When she works from home, she accesses the company network via VPN.
|
| LWP "head" script | 06 Jan 2005 22:54 GMT | 5 |
I did not use my UNIX head tool in a while. When I tried to call it recently, I found that a Perl script resides in /usr/bin which was obviously put there when installing the LWP module. /usr/bin/tail is still there, but my original is gone/overwritten. Why did LWP do that? man ...
|
| speaking of shells... | 06 Jan 2005 09:53 GMT | 2 |
Speaking of commandline utilities for traditionally GUI things... I've been wanting to create a commandline interface to airport for a while. Something that gives access to the same functionality
|