Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Use your mouse wheel as a dynamometer

by coderama (Novice)
on Sep 29, 2011 at 11:49 UTC ( [id://928537]=note: print w/replies, xml ) Need Help??


in reply to Re: Use your mouse wheel as a dynamometer
in thread Use your mouse wheel as a dynamometer

I do use warnings and strict, but once I have no errors i like to remove them to reduce memory. I added your comments to the original code.
  • Comment on Re^2: Use your mouse wheel as a dynamometer

Replies are listed 'Best First'.
Re^3: Use your mouse wheel as a dynamometer
by zentara (Archbishop) on Sep 29, 2011 at 12:39 UTC
    I do use warnings and strict, but once I have no errors i like to remove them to reduce memory.

    Picky Hat on:

    I don't see how you could have used warnings and strict during development of this script, as you have too many variables with undeclared scope, as seen when you put warnings and strict back in. Unless you tell me you removed all the "my" declarations, to save memory, I just don't believe your assertion.

    So now that you added warnings and strict to your code block, it throws errors in the sub mph{} and sub arrPush{}. Maybe you ought to take warnings and strict out? :-) heh heh heh

    In that train of thought, what memory savings do you get by removing them? The millisecond you gain at program startup is far overwhelmed by the problems you have in your variables.

    Sorry to be picky about this, but sloppy code is harder to troubleshoot, which I needed to do to get the binding working for linux.


    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found