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 I'll try this:

  Execute ('findList.sub');

OK except that the subs are not imported now.

Will I have to do this to get what I want - which is both the req object AND 
the sub routines ?

  Execute ({inputfile => 'findList.sub', import => 1});
  Execute ('findList.sub');

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk


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

Reply via email to