#!/usr/bin/perl use strict; use warnings; use Text::Extract::Word; use Data::Dumper::Concise; my $file = '/root/Desktop/test2.doc'; my $extractor = Text::Extract::Word->new($file); my $string = $extractor->get_body(':raw'); print Dumper($string);
In reply to Re: Problem in Text::Extract::Word
by Khen1950fx
in thread Problem in Text::Extract::Word
by tej
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |