Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: testing number of occurrences in a word

by liverpole (Monsignor)
on Sep 19, 2006 at 16:58 UTC ( [id://573765]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "$_ is ", (isogram() ? 'not ' : ''), "an isogram\n" for @ARGV;
    
  2. or download this
    sub not_isogram {
        # ...
    }
    print "$_ is ", (not_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://573765]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-25 10:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found