Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: (Golf) Strings-to-Array

by japhy (Canon)
on Mar 29, 2001 at 04:21 UTC ( [id://68012]=note: print w/replies, xml ) Need Help??


in reply to Re: (Golf) Strings-to-Array
in thread (Golf) Strings-to-Array

Ooh, very nice. But it clobbers a global $d. Here's my remedy:
# 41 chars sub s2a {my@q;map{my$d;map$q[$d++].=$_,/./sg}@_;@q}
It uses map() in void context, but who cares?

japhy -- Perl and Regex Hacker

Log In?
Username:
Password:

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

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

    No recent polls found