in reply to NACHA module
Well, I've never had to write ACH files, but I've had to read them many times before. The most common record types should be pretty easy to format because they're all fixed-width fields. You can use pack for those, or, in a pinch, a well-placed format or two.
I'm not familiar with the apps you mention, and I'm not clear on exactly what you need the ACH files for, but I'd be inclined to roll my own. (And upload the code to CPAN later, of course. ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: NACHA module
by demerphq (Chancellor) on Oct 22, 2002 at 19:27 UTC | |
by Mr. Muskrat (Canon) on Oct 22, 2002 at 20:20 UTC |