in reply to CPAN module not working...
And recieved the following output:#!/usr/bin/perl use strict; use warnings; use Digest::Nilsimsa; my $text = "this is a test string. Hopefully it will produce a nilsims +a code."; my $nilsimsa = Digest::Nilsimsa->new(); my $digest = $nilsimsa->text2digest($text); print "digest code is : " . $digest . "\n";
Bareword "Digest::Nilsimsa" now allowed while "strict subs" in use at +digest.pl line 8 Execution of digest.pl aborted due to compliation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CPAN module not working...
by goff (Initiate) on Jul 26, 2006 at 13:48 UTC |