On Mon, Dec 20, 2010 at 3:38 AM, Fred Moyer wrote:
> That's right folks, one more module to release before the 2.0.5
> release cycle starts. You know the drill - download, test, and report
> back.
>
> http://people.apache.org/~phred/Apache-SizeLimit-0.94-rc1.tar.gz
>
I do have interest for the u
Hi,
Would you please recommend me a high performance message queue server?
Currently I'm looking up at:
http://search.cpan.org/~dsnopek/POE-Component-MessageQueue-0.2.10/lib/POE/Component/MessageQueue.pm
But I know nothing about its performance stuff.
Thanks.
I got the code piece from Template's manual:
my $vars = {
root => 'http://here.com/there',
menu => [ 'modules', 'authors', 'scripts' ],
client => {
name => 'Doctor Joseph von Satriani',
id => 'JVSAT',
},
checkout => sub { m
Hello,
We have a new project, which is medium large, with about 300 CGI
scripts with Perl.
We have designers who make HTML/JS/CSS etc. But designers don't know Perl.
I want to choose a template system which will separate Perl code from
front-page codes (like html,css etc).
I have the experience o
Thank you all so much. I have resolved the problems.
On Sat, Sep 6, 2008 at 3:51 AM, <[EMAIL PROTECTED]> wrote:
> Quoting [EMAIL PROTECTED]:
>
>> Hello,
>>
>> I want to generate a data file which should be downloaded by clients.
>> Rather than generate this file and put it in a web dir and tell
>
Hello,
I want to generate a data file which should be downloaded by clients.
Rather than generate this file and put it in a web dir and tell
clients to download it, is there any way to generate the content
dynamicly and put it to cients? I mean I don't want to generate the
temporary file. Thanks.