On Jan 13, 2013, at 8:35 PM, Charles DeRykus wrote:
> On Sun, Jan 13, 2013 at 3:03 PM, Vic Sage wrote:
>>
>> What I *want* is to block until an entire "\n"-terminated string [can that
>> be referred to as a "line"?] can be retrieved from one of my cl
I'm writing a multiplexed TCP-based server that reads "\n"-terminated strings
from clients and does something with them. Since this is one process with
multiple client connections, it uses select() (or, actually, can_read from
IO::Select) to block until data has arrived from any client.
It's m
On Sep 12, 2012, at 5:59 AM, Paul Anderson wrote:
> Install PDE from CPAN and it'll work alright. It works fine for me on 5.16.1.
So it does.
I was concerned that PDE hadn't been updated in four years. But I gather it
works well with all the recent syntax?
V
--
To unsubscribe, e-mail:
On Sep 11, 2012, at 11:45 PM, Shlomi Fish wrote:
> Hi pangj,
>
> On Wed, 12 Sep 2012 12:28:54 +0800
> pangj wrote:
>
>> Have been coding perl with VIM always.
>>
>
> Good for you, but the original question was about Emacs and it is a legitimate
> question.
I had no idea how popular Vi/Vim
On Sep 11, 2012, at 10:24 PM, John SJ Anderson wrote:
> Well, there's the 'Tweakers Anonymous' talk I gave at YAPC…
>
> * slides: http://www.slideshare.net/genehackdotorg/tweakers-anonymous-13313552
> * video: http://www.youtube.com/watch?v=A3_lY-zlzik
Okay - good points to keep in mind.
>
> T
are also a lot of goodies out there like variable-name completion and templates that look very useful. I mostly don't want to be installing and troubleshooting stuff that hasn't been updated in five years and/or isn't "generally regarded" to be top quality.Thanks for any pointers or even advice about what to avoid :)Vic
Bob Showalter wrote:
Jenda Krynicky wrote:
From: "Bob Showalter" <[EMAIL PROTECTED]>
Vic wrote:
I wanna ask when running Apache 2.046 under Windows XP with
mod_cgi, how can I turn on the taint mode for the Perl
interpretor? (i guess the shebang line wont work since windows
Hi.
I am new to perl so hope u wont flame me for asking sth stupid =)
I wanna ask when running Apache 2.046 under Windows XP with mod_cgi, how
can I turn on the taint mode for the Perl interpretor?
(i guess the shebang line wont work since windows nvr look at them anyway.)
Also is mod_perl and mod_