Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: outputting fun

by stefp (Vicar)
on Mar 28, 2001 at 00:10 UTC ( [id://67610]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print <<EOF;
    ABCDEFGFEDCBA   
    ...
    AB         BA  
    A           A
    EOF
    
  2. or download this
    $a = "ABCDEFGFEDCBA\n";  
    print($a), substr($a, 7-$_, 2*$_-1) = " " ."  " x ($_-1) for  1..7
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-19 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found