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

Re^5: Comparing MDB files.

by daxim (Curate)
on Jul 15, 2019 at 07:41 UTC ( [id://11102852]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    › perl -c pm-11102847.pl
    Global symbol "$co" requires explicit package name (did you forget to 
    +declare "my $co"?) at pm-11102847.pl line 21.
    
  2. or download this
    use File::Compare qw(compare);
    my $r = compare 'filename1', 'filename2';
    ...
    } else {
        die "error in comparison: $!";
    }
    
  3. or download this
    use Digest::MD5 qw(md5);
    use File::Slurper qw(read_binary);
    ...
    } else {
        print 'different';
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found