Command Line perl string that rotates the background on unix based machines that have xv. The code can be placed in the .login file to make the backgound to startup at login.

contact me for updates and more info mrjrogers@hotmail.com

Edit: chipmunk 2001-10-16

cat myImgagelist | perl -le '@_=<>; while ( 1 ) {$a=$_[rand@_] ; `xv -root -maxpect -quit $a`; sleep 120;}'&