Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

J tree ? A tree ? P tree ? H tree ?

by ChOas (Curate)
on Jan 25, 2001 at 16:24 UTC ( [id://54252]=obfuscated: print w/replies, xml ) Need Help??

Okay, I gave up on trying to shape this thing
like a tree.... hope you like it anyways...
#!/usr/bin/perl -w use strict; $_="Just Another Perl Hacker!"; @_=split //; %_=@_[1,2,6,7,14,15, 19,20]; $..="/ \\ / \\" . " "x10 for (1..4); my @JAPH; push @JAPH,join "", " ",join "",map {$_," "x16} @_[0, 5,13,18]; push @JAPH,join ""," ", map {$_," "x14} ('/ \\','/ \\' ,'/ \\','/ \\'); push @JAPH, join ""," ",join(" "x12, map {"$_ $_{$_}"} (reverse sort keys %_)); push @JAPH,join "", " ",$.; push @JAPH,join "" ," ",join " " x8,( (join " " ,$_[0],(join " ",@_[1,2]), $_[3]), (join " ",$_[8],( join " ",@_[ 9,10]),$_[11]) , (join " ", $_[13],(join " ",@_[14,15] ),$_[16]), ( join " ",$_ [21],(join " ",@_[22 ,23]),$_[24])); $"="\n"; print "@JAPH\n";

GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Replies are listed 'Best First'.
Re: J tree ? A tree ? P tree ? H tree ?
by AgentM (Curate) on Jan 25, 2001 at 21:11 UTC
Re: J tree ? A tree ? P tree ? H tree ?
by feloniousMonk (Pilgrim) on Oct 30, 2001 at 21:32 UTC
    Wow, sorry my replies so late
    But I had to -
    This thing looks just like a doumbek!
    (That's a type of drum...)

    --
    -felonious

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-25 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found