Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^7: how to calculate the length for other language content in PERL?

by vasanthgk91 (Sexton)
on May 20, 2013 at 10:42 UTC ( [id://1034315]=note: print w/replies, xml ) Need Help??


in reply to Re^6: how to calculate the length for other language content in PERL?
in thread how to calculate the length for other language content in PERL?

$release_content=$prl->trim($release_content); my $release_txt_removing_line=$release_content; $release_txt_removing_line=~ s/\n//g; $release_txt_removing_line=decode_entities($release_txt_removing_line) +; my $release_content_length=length($release_txt_removing_line); $release_txt_removing_line=encode_entities($release_txt_removing_line) +; print "==$release_content_length==";

It's working...textarea value we need to remove the \n.Thank u

  • Comment on Re^7: how to calculate the length for other language content in PERL?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1034315]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found