Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Mis-aligned Data Output

by 2teez (Vicar)
on Jun 09, 2015 at 06:46 UTC ( [id://1129615]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Perl6::Form;
    
    ...
          "{<<<<<<<<} |{||||} |{||||} |{|||||} |{]]]]]} ",
          $r->[0], $r->[1], $r->[2], $r->[3], $r->[4];
    }
    
  2. or download this
        use Text::Table;
    
    ...
        $tb->load(@vals);
    
        print $tb;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-19 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found