in reply to Sharing a variable between (>=) 2 files
If not, you can store your data in a file by using some serialization scheme, like YAML, Data::Dumper or XML.
Or do you want to have a static data structure, that is used in both files? Then you probably want to write a module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sharing a variable between (>=) 2 files
by dichtfux (Sexton) on Nov 30, 2007 at 22:51 UTC |