First of all thank you very much for the critique,it is very well welcomed from my part.
I will use it to improve the program.
1)why do you think the current method of opening the files does not yield correct results ?
(I compared my results of SHA1s against sha1sum unix utilitary and they came out ok,that's
why I'm asking).
2)you are right,I will do this
3)ok I understand,where could I read more about this ?
4)As I read the documentation and thinking that a number in base 10 should always present more
digits than its representation in base 16 I dont understand how it could be shorter in base 10.
I don't get why they say I will get a shorter string in a lower base.
Also they talk about using a single sha1 object and reusing it because of the reset() method that
can clear out the old data from it.
Do you think this will speed up things ?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.