Luiz, Gerald
Thanks for your feedback.
If I just execute the file it seems that the "global" (for that file) value
sticks - but that it will be purged after some time. At least I get erratic
behaviour trying to do that.
Maybe I'll make it as object. Suits me better, I think.
> You can make it
Kaare Rasmussen wrote:
> If I do this
>
> Execute ({inputfile => 'findList.sub', import => 1});
>
> Then this line in findList.sub will not be executed if it's outside
> the subs in findList.sub:
>
When you say inport => 1 only code inside [! !] is executed, because you
want to import and not to
On Wed, 3 Dec 2003 18:41:16 +0100, Kaare Rasmussen <[EMAIL PROTECTED]> wrote:
If I do this
Execute ({inputfile => 'findList.sub', import => 1});
Then this line in findList.sub will not be executed if it's outside the
subs
in findList.sub:
[- $req = shift -]
But I'm using the $req object, so