Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Counting Characters

by ikegami (Patriarch)
on Mar 02, 2006 at 20:43 UTC ( [id://534049]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $text = '.'x400;
    $summary = substr($text, 0, 500);
    ...
    $text = '.'x600;
    $summary = substr($text, 0, 500);
    print(length($summary), "\n");    # 500
    

Log In?
Username:
Password:

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

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

    No recent polls found