in reply to Re^2: Perl Moo.
in thread Perl Moo.
however I need this to be MULTI-USER not single player.
Multi-User is always way more complicated, no matter the programming language. You have to share data, allow concurrent access and so on.
That said, would a web based solution work for you? If so, you could try a combination of Perl/CGI, HTML/Javascript/Ajax and maybe a database/memcached as data backend.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl Moo.
by Dipseydoodle (Acolyte) on Jun 14, 2012 at 20:25 UTC | |
by cavac (Prior) on Jun 15, 2012 at 21:32 UTC |