Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Perl Moo.

by cavac (Parson)
on Jun 13, 2012 at 20:13 UTC ( [id://976064]=note: print w/replies, xml ) Need Help??


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.

"You have reached the Monastery. All our helpdesk monks are busy at the moment. Please press "1" to instantly donate 10 currency units for a good cause or press "2" to hang up. Or you can dial "12" to get connected directly to second level support."

Replies are listed 'Best First'.
Re^4: Perl Moo.
by Dipseydoodle (Acolyte) on Jun 14, 2012 at 20:25 UTC

    yes, I couldn't figure out how to set up the embedded perl though. I am very good at HTML and can work with Javascript. PHP I can work with but I'm not all there. If you could give me an example of how Embedded Perl would work please do so. Thanks.

      If you could give me an example of how Embedded Perl would work please do so.

      That is a TIMTOWTDI question ("there is always more than one way to do it"). Everyone of them has bonuses and drawbacks.

      You could use different frameworks or write you thing from scratch. You could either use CGI oder mod_perl or a webserver written in Perl. And so on...

      I wrote my own webserver and framework. So i'm probably not the PerlMonk you are looking for. Here are a few tips to get you going:

      Instead of hijacking this thread with a webserver topic, i suggest you try the Super Search. You might also take a look at catalyst or the other available solutions on CPAN. If you can't find a solution you like, post some specific questions in a new thread.

      "You have reached the Monastery. All our helpdesk monks are busy at the moment. Please press "1" to instantly donate 10 currency units for a good cause or press "2" to hang up. Or you can dial "12" to get connected directly to second level support."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://976064]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found