Re: speed test

2009-12-01 Thread Jim Gibson
At 9:58 AM +0800 12/2/09, =?GB2312?B?T3JjaGlkIEZhaXJ5ICjAvLuoz8nX0yk=?= wrote: Hello, Maybe it's not so suitable to ask this here. But is there a good way (code sample?) to implement a speed test between Perl and C? For a project which handles lots of data we want to know how slower perl is than

Re: speed test

2009-12-01 Thread 张冬
Are you chinese? Are you cuers. 发件人: Orchid Fairy (兰花仙子) 发送时间: 2009-12-02 09:58:55 收件人: Perl Beginners 抄送: 主题: speed test Hello, Maybe it's not so suitable to ask this here. But is there a good way (code sample?) to implement a speed test between Perl and C? For a project which handles

speed test

2009-12-01 Thread 兰花仙子
Hello, Maybe it's not so suitable to ask this here. But is there a good way (code sample?) to implement a speed test between Perl and C? For a project which handles lots of data we want to know how slower perl is than C. Thanks. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For addi

Re: do something after time expired

2009-12-01 Thread Rene Schickbauer
Hi! Due to some other restrictions I had to look for a different solution and found one, namely to check if the time has expired when I am accessing the data that has to be changed. Anyways, I dont want to let this mail unanswered. Without code it's still hard to show a good example or find th

Re: do something after time expired

2009-12-01 Thread David Schmidt
2009/11/30 Jay Savage : > On Mon, Nov 30, 2009 at 1:42 PM, David Schmidt wrote: >> On Mon, Nov 30, 2009 at 5:57 PM, John W. Krahn wrote: >>> David Schmidt wrote: > Yes my program has to continue while waiting for the timeout. You code example doesn't work for me because my program is an

Re: udp server

2009-12-01 Thread Telemachus
On Tue Dec 01 2009 @ 1:09, Rene Schickbauer wrote: > Take a look at > > I highly recommend that you buy the Perl Cookbook, most of these > problems (or rather the solutions for them) for these kind of tasks > are in there ;-) I agree that the Perl Cookbook is an excellent resource. Please don't

Re: CGI programming

2009-12-01 Thread Rene Schickbauer
Anant Gupta wrote: I am not allowed to write to /var/www/cgi-bin/ I am not the root user of my machine Is their any way i can try out my perl cgi programs on this machine( Red Hat Linux) Hmm, with a few small changes, you could try to use HTTP::Server::Simple::CGI, just make sure you use a po

RE: udp server

2009-12-01 Thread Yonghua Peng
> Date: Tue, 1 Dec 2009 13:09:08 +0100 > From: rene.schickba...@gmail.com > To: beginners@perl.org > Subject: Re: udp server > > cerr wrote: > > Hi There, > > > > I need a server that's listening on UDP port 5000. > > UDP is quite different from TCP (for example, you don't have a real > conn

Re: udp server

2009-12-01 Thread Rene Schickbauer
cerr wrote: Hi There, I need a server that's listening on UDP port 5000. UDP is quite different from TCP (for example, you don't have a real connection, every packet is standalone). Take a look at I highly recommend that you buy the

Re: PRINT LAST ENTRY IN A FILE

2009-12-01 Thread matt
On Nov 28, 2:21 pm, paik...@googlemail.com (Dermot) wrote: > 2009/11/28 raphael() : > > > > >> 2009/11/28 raphael() : > >> > Hi, > >> Hi, > > >> > # records.txt > >> > 25.11.2009 NAME_0 > >> > 15.12.2006 NAME_3 > >> > 20.10.2007 NAME_1 > >> > 01.01.2008 NAME_3    <-- This whole