Re: use strict, global variables, modules

2003-09-04 Thread John W. Krahn
Emil Perhinschi wrote: > > Hi! Hello, > I'm writing a rather complicated script, reading bibtex (my code) and > xml (XML::Grove) files etc. > > I have to "use strict" and "my $variable" in order to keep references in > check, as there are lots of them. > > I want to define some "global" variab

use strict, global variables, modules

2003-09-04 Thread Emil Perhinschi
Hi! I'm writing a rather complicated script, reading bibtex (my code) and xml (XML::Grove) files etc. I have to "use strict" and "my $variable" in order to keep references in check, as there are lots of them. I want to define some "global" variables in the main script instead of passing them ar