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

Re: TMTOWTDI Puzzle: Generating a range of numbers

by Rudif (Hermit)
on Dec 19, 2001 at 04:54 UTC ( [id://132988]=note: print w/replies, xml ) Need Help??


in reply to TMTOWTDI Puzzle: Generating a range of numbers

Here is my first shot

use strict; sub shoot{my@shot=split//,shift;shift@shot;return unless@shot;(shoot(j +oin'',@shot),scalar@shot)} print "@{[shoot('onetimesten')]}\n"
Rudif

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found