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!,
print "profeth still\n" if /bird|devil/;
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.