cpan, (Makefile.PL modification time in future)

2010-05-10 Thread David Schmidt
Hello list I just attempted to upgrade my Catalyst modules and from 3 modules to upgrade only Catalyst::Runtime failed with this error msg. Your installer Makefile.PL has a modification time in the future (1273266119 1273142317). This is known to create infinite loops in make. Please

Re: do something after time expired

2009-12-01 Thread David Schmidt
2009/11/30 Jay Savage daggerqu...@gmail.com: On Mon, Nov 30, 2009 at 1:42 PM, David Schmidt zivildie...@gmail.com wrote: On Mon, Nov 30, 2009 at 5:57 PM, John W. Krahn jwkr...@shaw.ca wrote: David Schmidt wrote: Yes my program has to continue while waiting for the timeout. You code example

do something after time expired

2009-11-30 Thread David Schmidt
as my $do_it = { ... }; use MyTimer; my timer = MyTimer-new($delay, $do_it); and inside of $do_it I intend to start another timer. is there any simple class that does what I want? I failed to find it. thanks in advance david -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail

Re: do something after time expired

2009-11-30 Thread David Schmidt
On Mon, Nov 30, 2009 at 4:55 PM, Erez Schatz moonb...@gmail.com wrote: 2009/11/30 David Schmidt zivildie...@gmail.com: Hello I would like to execute some Code after a certain amount of time has passed (then restart the timer but with a different time value) Basically I am looking

Re: do something after time expired

2009-11-30 Thread David Schmidt
2009/11/30 Jay Savage daggerqu...@gmail.com: On Mon, Nov 30, 2009 at 10:45 AM, David Schmidt zivildie...@gmail.com wrote: Hello I would like to execute some Code after a certain amount of time has passed (then restart the timer but with a different time value) I looked at IO::Async::Timer

Re: do something after time expired

2009-11-30 Thread David Schmidt
On Mon, Nov 30, 2009 at 5:57 PM, John W. Krahn jwkr...@shaw.ca wrote: David Schmidt wrote: 2009/11/30 Jay Savage daggerqu...@gmail.com: Either way, you should be able to use the built-in functions to accomplish your task. See the docs for sleep(), alarm(), and select() for more info

Re: cpan Audio::File fails

2009-03-23 Thread David Schmidt
are missing or give any other clue about whats going wrong. Anyway, Audio::File is still not working -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: cpan Audio::File fails

2009-03-23 Thread David Schmidt
to just install the prepackaged program? Owen -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

cpan Audio::File fails

2009-03-22 Thread David Schmidt
179. # Looks like you failed 1 test of 49. t/Audio-File Dubious, test returned 1 (wstat 256, 0x100) Failed 1/49 subtests -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http

Re: counter program by using closure

2008-12-15 Thread David Schmidt
For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/ -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: SSH to diff. machine

2008-12-03 Thread David Schmidt
on CPAN. -- Jeff Pang http://home.arcor.de/pangj/ Créez votre adresse électronique [EMAIL PROTECTED] 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. -- David Schmidt | http://www.fm5.at

Re: date format search insdie the files

2008-11-29 Thread David Schmidt
$ Output should be : 10-11-81 20-NOV-2008 05-07-1981 15-10-2008 -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: getting error when running Net::SSH2

2008-11-25 Thread David Schmidt
, Monnappa -- David Schmidt | http://www.fm5.at -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Regarding conditional statement

2008-11-24 Thread David Schmidt
{ print no\n; } I want both the subroutine to be executed, and then i want print some statements depending upon both the results. here if a() returns 0 then b() was not getting executed. is there any other way to do this check? -- David Schmidt | http://www.fm5.at -- To unsubscribe, e