Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Char Count

by afoken (Chancellor)
on May 05, 2009 at 08:55 UTC ( [id://761879]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $s.=$_ while <STDIN>;$s=~s/.../.../;
    
  2. or download this
    undef$/;$_=<STDIN>;s/.../.../;
    
  3. or download this
    $#ARGV<0&&exit 1;
    
  4. or download this
    @ARGV||die;
    
  5. or download this
    perl -e'use re "eval";';$#ARGV<0&&exit 1;...'
    
  6. or download this
    perl -Mre=eval -e '@ARGV||die;...'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-03-28 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found