Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: testing number of occurrences in a word

by grinder (Bishop)
on Sep 19, 2006 at 15:05 UTC ( [id://573746]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub isogram {
    #234567890#234567890#234567890#234567890#234567890
    ...
    
    print "$_ is ", (isogram($_) ? '' : 'not '), "an isogram\n" for @ARGV;
    
  2. or download this
    sub isogram {
    #23456789
    ...
    }
    
    print "$_ is ", (isogram() ? '' : 'not '), "an isogram\n" for @ARGV;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-29 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found