in reply to Re: MD 5 hash comparison/checker
in thread MD 5 hash comparison/checker

HI,

thanks for the reply...

It's for an assignment, so it's more a hypothetical scenario, as opposed to a practical one.

Do you know whay the perl module closes at the end of the code?

It closes too soon, so I'm unable to actually read the results.

Whereas if I run it through CMD it works fine.

Replies are listed 'Best First'.
Re^3: MD 5 hash comparison/checker
by ikegami (Patriarch) on May 07, 2010 at 23:49 UTC
    The console closes as soon as no program is running in it ...by default. You can configure the console to stay open.
      Or pause , like
      { print "\n\n press enter to finish ... "; scalar <STDIN>; }