Re: Is CGI module has bug for Win7?

2012-10-26 Thread Charles DeRykus
On Fri, Oct 26, 2012 at 10:25 AM, Andy Bach wrote: > On Fri, Oct 26, 2012 at 5:27 AM, Praveen Kumar > wrote: >> , build : 12 randompassil.com --> This is what I am getting >> >> User : praveenku...@gmail.com, Password : randompass, build : 12 --> > > Yeah, stack them up and: > > User : praveenku

Re: Is CGI module has bug for Win7?

2012-10-26 Thread Andy Bach
On Fri, Oct 26, 2012 at 5:27 AM, Praveen Kumar wrote: > , build : 12 randompassil.com --> This is what I am getting > > User : praveenku...@gmail.com, Password : randompass, build : 12 --> Yeah, stack them up and: User : praveenku...@gmail.com , Password : randompass , build : 12 --> That is:

Re: Using alarm

2012-10-26 Thread Rob Coops
On Fri, Oct 26, 2012 at 4:46 PM, Unknown User wrote: > I have code that goes something like this: > > > my $start = time(); > my $delay = 60; > ... > > while (my $line = <$fh>) { > my $err; > ... > ... > my $timenow = time(); > if ( $timenow - $start >= $delay ) { >

Re: Using alarm

2012-10-26 Thread Unknown User
On Fri, Oct 26, 2012 at 8:16 PM, Unknown User wrote: > I have code that goes something like this: > > > my $start = time(); > my $delay = 60; > ... > > while (my $line = <$fh>) { > my $err; > ... > ... > my $timenow = time(); > if ( $timenow - $start >= $delay ) { >

Using alarm

2012-10-26 Thread Unknown User
I have code that goes something like this: my $start = time(); my $delay = 60; ... while (my $line = <$fh>) { my $err; ... ... my $timenow = time(); if ( $timenow - $start >= $delay ) { $start = $t; dumpstats($err); $err = {};

Re: Is CGI module has bug for Win7?

2012-10-26 Thread Ken Slater
On Fri, Oct 26, 2012 at 6:27 AM, Praveen Kumar wrote: > Hi folks, > > Check out below code, is this as expected or kind of bug? > > > use strict; > use warnings; > use CGI; > > my $product_id="484f2faee9334559a1a72b4cdc056818"; > print "Enter NT Login ID : "; > chomp (my $user = );#pravee

Re: XML::Twig installation fails

2012-10-26 Thread Shlomi Fish
Hi Bob, On Thu, 25 Oct 2012 16:28:02 + Bob McConnell wrote: > Can anyone tell me how to get this module installed on Win7? It is a > requirement for ODF::lpOD. > > I get the following error message: > > -- > Checking if your k

Re: Is CGI module has bug for Win7?

2012-10-26 Thread Shlomi Fish
Hi Praveen, On Fri, 26 Oct 2012 15:57:36 +0530 Praveen Kumar wrote: > Hi folks, > > Check out below code, is this as expected or kind of bug? > > > use strict; > use warnings; > use CGI; > > my $product_id="484f2faee9334559a1a72b4cdc056818"; > print "Enter NT Login ID : "; > chomp (my $user

Is CGI module has bug for Win7?

2012-10-26 Thread Praveen Kumar
Hi folks, Check out below code, is this as expected or kind of bug? use strict; use warnings; use CGI; my $product_id="484f2faee9334559a1a72b4cdc056818"; print "Enter NT Login ID : "; chomp (my $user = );#praveenku...@gmail.com print "Enter NT Password : "; chomp (my $password = ); #ra