Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: diff-servers.pl - Diff directory trees across machines

by stevieb (Canon)
on Aug 24, 2015 at 14:02 UTC ( [id://1139683]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my( $server1, $server2 )= @ARGV;
    
  2. or download this
    die "Usage: script.pl server1 server2" if @ARGV != 2;
    my ($server1, $server2) = @ARGV;
    

Log In?
Username:
Password:

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

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

    No recent polls found