Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Comparing Two Files

by ikegami (Patriarch)
on Jun 29, 2010 at 23:09 UTC ( [id://847213]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %file1_hosts = (
       bobssite => {
    ...
          'bobssite.dealer.net'    => 1,
       },
    );
    
  2. or download this
    sub compare_aliases {
       my ($host, $file1_aliases, $file2_aliases) = @_
    ...
    }
    
    compare_hosts(\%file1_hosts, \%file2_hosts);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found