in reply to Re: Jumping Tux!
in thread Jumping Tux!
The perl code is calling the "sleep" command (ie command line program). I'm guessing WinXP doesn't have a program with that name.
On my Slackware box though I get a message that says the argument is invalid because sleep(man 1) requires an integer number of seconds or minutes or hours or days.
Changing the sleep command on line 121 from:
Kind of reminds me of the old FreeBSD console screen saver.
On my Slackware box though I get a message that says the argument is invalid because sleep(man 1) requires an integer number of seconds or minutes or hours or days.
Changing the sleep command on line 121 from:
tosleep&0.05");}sub&limits&{print&"\e[3;2H";for($i=0;$
lets the program run but it runs at one frame per second.sleep&1");}sub&limits&{print&"\e[3;2H";for($i=0;$
Kind of reminds me of the old FreeBSD console screen saver.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Jumping Tux!
by X-3mE (Acolyte) on Jul 19, 2004 at 07:14 UTC | |
by X-3mE (Acolyte) on Jul 20, 2004 at 06:08 UTC |
In Section
Obfuscated Code