| Current Path : /proc/thread-self/root/proc/self/root/usr/bin/ |
| Current File : //proc/thread-self/root/proc/self/root/usr/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.