Hello

I need to find a place to put use statements in. Where is the right place?

I tried to put them in the const.epl:
[-
    use lib;
    use another_lib;
    use strict;
    use Croak;
-]

and from base.epl i call
[-
    Execute('./const.epl');
-]

But this do not work:

196]ERR: 32: Line 8: Warning in Perl code: String found where operator
expected at XXX line X, near "croak "Cannot fetch data: $@""
[196]ERR: 32: Line 8: Warning in Perl code: (Do you need to predeclare
croak?)

I need to put 'use' in the each ep code in the pages ([- -]).

Regards

Lukas Zapletal [[EMAIL PROTECTED]]
BACH systems Ltd. [www.bach.cz]
web programmer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to