Dynamic file includes
- Posted by Ron Weidner <nova812 at hotmail.com> Jun 01, 2005
- 646 views
How can dynamic file includes be accomplished...
--tested but this didn't work sequence fn = "/blah/to/file/hello.e" include fn
How can the EUDIR be configured at runtime...
-- again no joy here system ("export EUINC=$EUINC:/blah/to/file/") puts(1, getenv("EUINC"))