| Thread | Last Post | Replies |
|
| eval a string with a hash ref? | 30 Nov 2005 23:22 GMT | 17 |
Is there someway to execute this code like this: $subroutine_name = "something"; # can't change $hashref->{'key'}='value'; # can't change eval "$subroutine_name($hashref)"; # how do I eval this? It doesn't eval.
|
| 5.8.7 on Tiger | 27 Nov 2005 16:11 GMT | 2 |
I only have a couple of questions... #1 It asked about doing a "threaded" version that was "new but stable and a wee bit slower". Should I just take the default of "n"? #2 I have gone through one configure just to see what it would ask and
|
| Send authenticated mail with MIME::Lite | 11 Nov 2005 11:22 GMT | 9 |
Just a quick question. I've been using MIME::Lite to send emails from my home computer as I am running a server there. But I recently switched to DSL with SBC/Yahoo and they are blocking port 25. My mail suddenly stopped going through. I've opted out of that, thinking that
|
| CamelBones on Intel | 11 Nov 2005 01:48 GMT | 6 |
Here's some good news. I just heard from someone who's been helping me test CamelBones on Intel, using the latest ShuX snapshot found here: <http://camelbones.sourceforge.net/download/cvs-install.html> And here's what he had to say about it:
|
| XML::Simple install problems | 10 Nov 2005 22:48 GMT | 3 |
I'm trying to install XML::Simple 2.14 using cpan. Running perl v5.8.6 built for darwin-2level on OS 10.3.9 The problems start in the install report about here: # Package Version
|
| CamelWriter | 06 Nov 2005 03:39 GMT | 2 |
I am an 'old' newbie to Perl and Xcode, I just found Camel Bones for some days ago. I am just now testing and check the Example Camel Writer... The last 3 hours i try to find out where and how to change the
|
| Perl equivalent of who command? | 01 Nov 2005 20:24 GMT | 1 |
Is there a Perl way to get the equivalent of the who shell command? Output of the who command: who username 1 console Nov 1 12:07
|