The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

 CNAB - Module for operating with CNAB files 

SYNOPSIS

 use CNAB;
  
 $bool = parse_cnab($string, $hashref); # read the raw text from the 
 CNAB file and put the contents inside the hash passed as reference

DESCRIPTION

 Exports functions for operating with CNAB files (Brazilian banks' 
 transaction file standard).

EXPORT

 parse_cnab

AUTHOR

 Leo Antunes, E<lt>costela@gmail.comE<gt>

COPYRIGHT

 CNAB.pm is Copyright (C) 2005 by Leo Antunes 
 All rights reserved. You may distribute this code under the terms 
 of either the GNU General Public License or the Artistic License, 
 as specified in the Perl README file.