Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Puzzle Regex: Letter Frequency Arithmetic Sequence -- oneliner

by Discipulus (Canon)
on Oct 18, 2017 at 08:33 UTC ( [id://1201559]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    perl -MList::Util="all" -lne "next unless/.../;my(%r,$c);$r{$_}++for(/
    +./g);print if all{++$c==$_}sort values %r" linux.words
    ...
    
    perl -MList::Util="all" -lne "next unless/.{10,}/;my(%r,$c);$r{$_}++fo
    +r(/./g);print if all{++$c==$_}sort values %r" linux.words
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 03:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found