Text::FixedLengthMultiline

Parse text data formatted in space separated columns optionnaly on multiple lines
Download

Text::FixedLengthMultiline Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Olivier MenguĂ©
  • Publisher web site:
  • http://search.cpan.org/~dolmen/

Text::FixedLengthMultiline Tags


Text::FixedLengthMultiline Description

Parse text data formatted in space separated columns optionnaly on multiple lines Text::FixedLengthMultiline - a row of data can be splitted on multiple lines of text with cell content flowing in the same column space.SYNOPSIS use Text::FixedLengthMultiline; my $fmt = Text::FixedLengthMultiline->new(format => ); # Compute the RegExp that matches the first line my $first_line_re = $fmt->get_first_line_re(); # Compute the RegExp that matches a continuation line my $continue_line_re = $fmt->get_continue_line_re(); #234567890 12345678901234567890 12 my $text = 0) { warn "Parse error at column $err"; } } Requirements: · Perl


Text::FixedLengthMultiline Related Software