Hello jason,

Friday, November 02, 2001, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

jwc> Need some help.
 
jwc>  I think that I need to be using global variables.  Unless Someone has a> 
jwc> better solution.
 
jwc>  What I am trying to do is.  I want to set a variable for such things as  
 
jwc>  FONT_COLOR=000000
jwc>  BACKGROUND_COLOR=555555
 
 
jwc>  For example:  So that I do not have to go through every file and set that
jwc>  on
jwc>  ever line that I would like to use it on.  I would like to set global
jwc>  variable so that if I change (in this case) the colors than I only have to
jwc>  change it in one place and be done with it.
 
jwc>  Which brings me to my question. Unless you know a better way of doing it.
jwc>  How do I set global variables????????????

take a look at
perldoc -f use
perldoc -f require


Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to