Hello Paul,
On Sat, Jun 15, 2002 at 06:27:18PM +0200, Paul Johnson wrote:
> > sub test_params()
> > {
> > @ARGV=@_;
> local @ARGV = split " ", shift;
> Hopefully you can work out what the problem was and why the fix works.I can't believe how blind I've been. Thank you very much. I now clearly see the problem and thanks to you the solution too. Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
