Re: redirect how to?

2001-07-07 Thread if.then.else
doesn't the location need to be first thing sent? that's how it is in PHP. if you want to force them to a page after displaying a bunch of stuff to the screen you'll need to use a -deno - Original Message - From: "Walt Sanders" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROT

Re: Spinning Wheel!!!

2001-06-15 Thread if.then.else
could someone break this down a little more for me? > $| = 1; unbuffer out (right?) - does this mean the program won't wait to finish before sending character to the screen? > print "$windmill[$_ & 3]\r" and usleep(50) for 0..1; i'm a bit confussed with this print statement.