in reply to Re^3: how to calculate the length for other language content in PERL?
in thread how to calculate the length for other language content in PERL?
thank u very much....
use HTML::Entities; $title=decode_entities($title); my $title_length=length($title); $title=encode_entities($title);
It's working
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: how to calculate the length for other language content in PERL?
by thomas895 (Deacon) on May 16, 2013 at 06:38 UTC | |
by vasanthgk91 (Sexton) on May 20, 2013 at 09:38 UTC | |
by vasanthgk91 (Sexton) on May 20, 2013 at 10:42 UTC |