Sorry I haven't looked back for a while - I did see the first few comments, but now there are more. It's suprising what we can learn from each other!

Anyway, I didn't make my initial question clear enough (my mistake, sorry): None of the data structures in data_defs will change (I hope!), and will be shared by all of the other modules.

I would also like to make them 'global' - I tried using our for them but the only way I can make it work is to use this at the top of each file that needs them (although there are only a couple):

require 'data_defs.pl'; use vars qw/ ... /
where '...' are the structures in data_defs.pl.
I have also tried making data_defs a USEable module, but I'm not sure which would be best for what I want.
This namespace stuff is confusing the hell out of me!

Anyway, thank you all very much for your help.
Soooo much still to learn, but I love learning and love Perl even more. What a wonderful language!


In reply to Re^2: Require in modules...? by DickieC
in thread Require in modules...? by DickieC

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.