Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use Digest::SHA::PurePerl;
    
    my $shaVal = Digest::SHA::PurePerl::sha256('test');
    print "SHA value: ", $shaVal, "\n";
    
  2. or download this
    Undefined subroutine &Digest::SHA::PurePerl::sha256 called at ./test.p
    +l line 5.