in reply to Re^4: Do I have to export all variables and functions from my PM file?
in thread Do I have to export all variables and functions from my PM file?

And a test would be pretty much impossible to run with the current version, unless the test was run as root AND unless there wasn't already a process running at the default port.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'
  • Comment on Re^5: Do I have to export all variables and functions from my PM file?
  • Download Code