
Paul
Enthusiast
Feb 14, 2002, 9:39 AM
Views: 23060
|
|
Re: [mhx] I lended money to my 'coin'puter... (GOLF)
|
|
|
perl -e'@_=1..42;print$",splice@_,rand@_,1for 1..7' How about:
@_=1..42;print$_[rand@_-1],for 1..7;
(This post was edited by RedRum on Feb 14, 2002, 9:39 AM)
|