Rick Delaney wrote:
Smylers wrote: > for @invoice > { > .process; > } or fail 'No invoices to process';If that actually works then I'm happy.
It's dependent on .process not returning a false on the final iteration. -- Jonathan "Dataweaver" Lang
Rick Delaney wrote:
Smylers wrote: > for @invoice > { > .process; > } or fail 'No invoices to process';If that actually works then I'm happy.
It's dependent on .process not returning a false on the final iteration. -- Jonathan "Dataweaver" Lang