Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
After being told to use strict and declare everything with my, a beginner will go out and do just that. Declare everything with my
Rather than telling them to 'declare everything with my', it would be more correct to simply say 'declare all of your variables'.
Then provide an example, such as:

It reminds me of pre-school; my $lollypop is all MINE! Nobody else can decrement it.
I'm sharing my blocks, so they are really our @blocks; now. Everybody in the room can push and shift them.
And my friend Perl is sharing his @ARGV with me. Look; he put a '-help' behind the first door, how cute.

The point being that variables, like toys, only need to be created once. The people you are sharing with don't need to buy/declare it, because you did that already.
Ownership and sharing are things we learned in kindergarten (hopefully!). Once the connection is made, it should be pretty natural.

In reply to Re^4: my @ARGV by SuicideJunkie
in thread Little annoying mistakes ... of others by szabgab

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 09:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found