CWB

 view release on metacpan or  search on metacpan

script/cwb-regedit  view on Meta::CPAN

#!/usr/bin/perl
## -*-cperl-*-
## Author:  Stephanie Evert
## Purpose: simple command-line registry file editor
##
$| = 1;
use warnings;
use strict;

use locale;

use CWB;
use Getopt::Long;

sub Usage {
  die <<STOP;

Usage:  cwb-regedit [options] (CORPUS | <filename>) <command> [<command> ...]

Options:



( run in 0.556 second using v1.01-cache-2.11-cpan-ceb78f64989 )