21 messages in org.perl.beginners-cgiRe: Two Questions
FromSent OnAttachments
Timo...@hmco.comJul 22, 2002 10:05 am 
Scot RobnettJul 22, 2002 10:18 am 
Hughes, AndrewJul 22, 2002 10:22 am 
David T-GJul 22, 2002 11:07 am 
Bob ShowalterJul 22, 2002 11:12 am 
David T-GJul 22, 2002 11:21 am 
Scot RobnettJul 22, 2002 11:47 am 
tomm...@another.comJul 23, 2002 2:35 am 
tom...@sonofagun.co.ukJul 23, 2002 2:35 am 
Scot RobnettJul 23, 2002 8:25 am 
Bob ShowalterJul 23, 2002 8:33 am 
Timo...@hmco.comJul 23, 2002 8:54 am 
Timo...@hmco.comJul 23, 2002 9:19 am 
Naika - EV1Jul 23, 2002 2:24 pm 
Omar ShariffJul 24, 2002 6:02 am 
Connie ChanJul 24, 2002 9:27 am 
Bob ShowalterJul 24, 2002 9:27 am 
Omar ShariffJul 24, 2002 9:49 am 
Hytham ShehabJul 26, 2002 4:26 am 
Octavian RasnitaJul 26, 2002 7:26 pm 
Hytham ShehabJul 27, 2002 4:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Two QuestionsActions...
From:Connie Chan (unkn@reborn.org)
Date:Jul 24, 2002 9:27:18 am
List:org.perl.beginners-cgi

1.- I've perl for windows (active perl) when i try to do a line command it's doesn't work! i do something like this: D:\>perl -e 'for(1..300)sleep 1;print STDERR ".";'

It could be : perl -e "sleep 1 for (1..300) ; print STDERR '.'" or perl -e "for (1..300){sleep 1 } print STDERR \".\""

you can't start in this way by -e '......'

Rgds, Connie