Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Split on every second character

by GrandFather (Saint)
on Feb 12, 2010 at 23:05 UTC ( [id://822950]=note: print w/replies, xml ) Need Help??


in reply to Re: Split on every second character
in thread Split on every second character

and if you are unsure but want the last character for odd length strings you can:

my @list = $str =~ /(..?)/g;

True laziness is hard work

Log In?
Username:
Password:

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

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

    No recent polls found