Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

console adventure game to html mod_perl version

by cmikel (Novice)
on May 13, 2013 at 23:24 UTC ( [id://1033377]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    PerlModule Perl::Lib::Game::Hello
    ...
        SetHandler perl-script
        PerlHandler Game::Hello
    </Location>
    
  2. or download this
    package Game::Hello;
    use Apache2::Const -compile => qw(OK);
    ...
       }
      
      1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1033377]
Approved by ww
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 19:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found