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

Re^4: Text::Diff::Table output, but want to show all lines

by tybalt89 (Monsignor)
on Feb 22, 2019 at 17:04 UTC ( [id://1230400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "\nlarge CONTEXT specified:\n";
    print diff \@one, \@two, {STYLE => 'Table', CONTEXT => max( $#one, $#t
    +wo) };
    
  2. or download this
    no CONTEXT specified:
    +--+-------+----------+
    ...
    * 9|ten    |tenminus  *
    +--+-------+----------+
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-16 18:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found