The quick and dirty way to do this is to split /\s+/, $text
now loop over the resulting array
Like
while ( my $col = shift @array) { $date{$col} = [ shift @array, shift @array]; }
Untested!
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
In reply to Re: How to Extract PDF tables using Perl
by LanX
in thread How to Extract PDF tables using Perl
by perlPsycho
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |