Without knowing perl syntax and basically perl, IMHO you will have a hard time.
-: use strict;;;use vars qw($Application $Session $Response $Server $Request);;Actually I don't think you need to "use vars" here (it probably won't hurt, though).
[...]
11: $proc->{LoadPage}("D:\RootConfig\config.inc");
This line is not good. This should be: $proc->LoadPage("D:\RootConfig\config.inc"); ...provided that $proc has a LoadPage method.
However, this is only syntax, and not semantics. You will have more problems with the later than the former I'm afraid.
- Csongor
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]