Re: sleep under windows cmd

2004-02-22 Thread Randy W. Sims
On 02/22/04 05:09, daniel wrote: Hi helpers, I'm very new in perl programming(in programming at all acutally) and wondering about the following piece of code which I was running under W2K command-line: print "First"; sleep 2; print "Second"; I thought the script would print First then wait for 2 s

Re: sleep under windows cmd

2004-02-22 Thread WilliamGunther
$| = 1; #Autoflush print "First"; sleep 2; print "Second"; -Will --- Handy Yet Cryptic Code. Just to Look Cool to Look at and try to decipher without running it. Windows perl -e "printf qq.%3i\x20\x3d\x20\x27%c\x27\x09.,$_,$_ for 0x20..0x7e" Unix perl -e 'printf