Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Puzzlement in Splitsville (use the force luke)

by demerphq (Chancellor)
on Jun 21, 2005 at 11:01 UTC ( [id://468624]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @codons = unpack "(a3)*",$string;
    
  2. or download this
    my @runs;
    push @runs,$1 while $string=~/((.)\2*)/gs;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found