Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Puzzle Regex: Letter Frequency Arithmetic Sequence

by vagabonding electron (Curate)
on Oct 24, 2017 at 14:16 UTC ( [id://1201962]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub frequencies_form_a_sequence 
    {
    ...
         return 0 if $min == $max; # Probably not a sequence.
         my $bool = all { defined $r->{$_} } $min .. $max;
    }
    
  2. or download this
    addda
    ajaja
    ...
    deedeed
    sasararas
    sassarara
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1201962]
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: (4)
As of 2024-04-18 18:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found