Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Golf: Embedded In Order

by petral (Curate)
on May 26, 2001 at 01:41 UTC ( [id://83439]=note: print w/replies, xml ) Need Help??


in reply to Re: Golf: Embedded In Order
in thread Golf: Embedded In Order

But you don't need the $t! 27 chars:
seq{shift=~join".*",split//,pop}
Or 25 using /./g:
seq{shift=~join".*",pop=~/./g}
Or 33 with pathological protection:
seq{shift=~join"\E.*\Q","",pop=~/./gs}
  p

Log In?
Username:
Password:

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

    No recent polls found