[thelist] $varaibles in perl

Anthony Baratta Anthony at Baratta.com
Sun Aug 20 02:51:58 CDT 2000


Adrian Fischer wrote:
> 
> start properly.  The reason I ask is because I'm forever adding things to my
> script that makes me go back and amend all instances of the variable list.
> If I could declare it in the head of the main script then I would only need
> to change it there.  Would save lots of time in trying to work out what's
> wrong with it only to find I haven't added the new variable in some sub
> somewhere.

Why not building your external variable list and calling as an "include"???

e.g. 

use <path/name of file>

This will insert your variable list into the file at compile time.

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami





More information about the thelist mailing list