Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Re: Help with passing through a package...

by wog (Curate)
on Jan 31, 2002 at 22:45 UTC ( [id://142538]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Help with passing through a package...
in thread Help with passing through a package...

I meant use that using fullname in XPCONF2.pm (and not my or anything else) was one option; I wasn't (purposely) suggesting that you'd need to change what's in your main script. What you are doing now in the .pm file is referring to a seperate variable declared with my when you do the assignment.
  • Comment on Re: Re: Re: Help with passing through a package...

Replies are listed 'Best First'.
Re: Re: Re: Re: Help with passing through a package...
by basicdez (Pilgrim) on Jan 31, 2002 at 23:05 UTC
    I really appreciate your help, but could you help me to understand what you are saying. Are you saying that I should use X2PCONF::Num_OF... in X2PCONF.pm? I am sorry I am quite confused on this one.
      I'm saying you can do that OR you can declare $Num_OF... in X2PCONF.pm with use vars OR you can declare it with our in X2PCONF.pm. (Note that the last option requires perl version 5.6 or greater.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found