Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: How to include a large number of constants?

by Zaxo (Archbishop)
on Apr 27, 2005 at 17:44 UTC ( [id://452049]=note: print w/replies, xml ) Need Help??


in reply to How to include a large number of constants?

require is to happen at runtime, which leaves the compiler with a bareword and nothing to match in the symbol table. Arrange to use the file instead, since that happens at compile time.

After Compline,
Zaxo

  • Comment on Re: How to include a large number of constants?

Log In?
Username:
Password:

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

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

    No recent polls found