Your IP : 216.73.216.74


Current Path : /proc/self/root/bin/
Upload File :
Current File : //proc/self/root/bin/spellunker

#!/usr/bin/perl 
use strict;
use warnings;
use Spellunker::CLI;
Spellunker::CLI->new()->run();

__END__

=head1 NAME

spellunker - Spelling checker

=head1 SYNOPSIS

    % spellunker path/to/file
    % spellunker < path/to/file

=head1 DESCRIPTION

This is yet another spelling checker.

You can check the spelling misses in your text file.