Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: use strict won't require explicit name for all variables?

by thunders (Priest)
on Feb 28, 2002 at 17:19 UTC ( [id://148293]=note: print w/replies, xml ) Need Help??


in reply to use strict won't require explicit name for all variables?

$a and $b in a sort will not overwrite a global or block-level $a or $b. $a and $b are local to the sort. So this is not a concern. Forgetting to properly scope $a and $b is a bigger concern. I guess it would be hard to misspell them, so scratch that off the list of drawbacks to this "feature" :-)
Just keep the behavior of $a and $b in mind, or better don't use them as variable names, cause there's always something more descriptive than a one letter name.
As an aside when I first read about sorts I was like "yeah but where are $a and $b defined?"
  • Comment on Re: use strict won't require explicit name for all variables?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 07:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found