No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Perl is not very pretty, or concise, but it gets the job done. There are other dynamic scripting languages that will suit you much better, namely Python, but hopefully you won't hate Perl too much ;). If you must learn Perl, start with this article. I thought that it was …
I haven't read all of your code, but here's a suggestion - change 'running' to a boolean, it'll be cleaner that way. Besides that, you may call random functions like so; [code=python] import random # NOTE: Do NOT put open/close parens in this list. my_funcs = [ ord, chr, input, …
I don't think that this is exactly what you are looking for, but it may be a step in the right direction; [url]http://vpython.org/[/url]
The End.
vkumar42