Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

G'day mkalas,

Welcome to the monastery.

While the order of declarations may be a factor, the scope of the declarations will typically be more important. Furthermore, the order in which code appears may not necessarily be the same order in which it is compiled.

You'll need to show the code where %LOG_FILE_HASH appears. It may be scoped to the subroutine: in this case, it will be a completely different %LOG_FILE_HASH to the one referenced by $LOG_FILE_HASH{$FILE}; alternatively, it may be exactly the same variable.

There's far too many possibilities to try and guess what you might have and then to describe each one: post your code (in <code>...</code> tags, as LanX has already pointed out) and a definitive answer can be provided.

Here's some general reading that mostly covers this topic: sub; perlsub; use; perlmod: BEGIN, UNITCHECK, CHECK, INIT and END. I expect that will be rather heavy going: with a better idea of your code, a simplified explanation can be provided.

-- Ken


In reply to Re: Question about the order of declaring things in perl by kcott
in thread Question about the order of declaring things in perl by mkalas

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 having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found