Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
The stupid question is the question not asked
 
PerlMonks  

Re: How a script becomes a module

by hossman (Prior)
on Oct 05, 2004 at 18:30 UTC ( [id://396802]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to How a script becomes a module

Nice writeup, but something looks off to me. in th section "Oops, I did it again" you have the line...

print "High score is " . Local::Scores->high_score( $scores ) . "\n";

...but the variable $scores doesn't exist (at least not in that version ... i think you ment to change that so it takes in @players).

Replies are listed 'Best First'.
Re^2: How a script becomes a module
by brian_d_foy (Abbot) on Oct 05, 2004 at 18:36 UTC

    You're right: that $scores doesn't belong there. I get away with it though because I don't show you the implementation of high_score(), which only needs the instance data to get at the database.

    I've updated the code.

    --
    brian d foy <bdfoy@cpan.org>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://396802]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.