From 6bf0756dc2473d075afd370efd48b77d1305624b Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Mon, 5 May 2008 00:32:05 -0500 Subject: [PATCH] fixed pod --- lib/DataExtract/FixedWidth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DataExtract/FixedWidth.pm b/lib/DataExtract/FixedWidth.pm index 49535cb..b3d86b6 100644 --- a/lib/DataExtract/FixedWidth.pm +++ b/lib/DataExtract/FixedWidth.pm @@ -223,9 +223,9 @@ In the above example, this module can discern the column names from the header. }); After you have constructed, you can C<-Eparse> which will return an ArrayRef - $de->parse('FOOBARBAZ THIS IS TEXT ANOTHER COL'); + C<$de-Eparse('FOOBARBAZ THIS IS TEXT ANOTHER COL');> -Or, you can use ->parse_hash() which returns a HashRef of the data indexed by the column header +Or, you can use C<-Eparse_hash()> which returns a HashRef of the data indexed by the column header =head1 DESCRIPTION -- 2.11.4.GIT