Help for this page
#!/usr/bin/perl -w use strict; ... my $checkString="Perl"; for my $results(spellcheck($checkString)){print Dumper($results);}