Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: SHORTER Useless code

by BooK (Curate)
on Mar 14, 2001 at 16:14 UTC ( [id://64368]=note: print w/replies, xml ) Need Help??


in reply to SHORTER Useless code
in thread Useless .... of course !

I am sorry to disappoint you, arhuman, but the following is not shorter (94 bytes, darn scalar)... But well, it's recursive... and just another way to do it.

<code> sub _{($x,$_)=@_;s/(.*)\n/\n $1@/g;$x>40?x:_($x+2,scalar reverse'@'x$x."\n$_\n".$"x$x)}_;print <code>

Change the 40 for smaller or bigger spirals...

Replies are listed 'Best First'.
Re: Re: SHORTER Useless code
by arhuman (Vicar) on Mar 14, 2001 at 16:25 UTC
    Interesting !

    the recursive branch is now open..


    "Trying to be a SMART lamer" (thanx to Merlyn ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found