
CTK - Command-line ToolKit

Version 1.12

$Revision: 129 $

use CTK;
use CTK qw( :BASE ); # :SUBS and :VARS tags to export
use CTK qw( :SUBS ); # :SUBS tag only to export
use CTK qw( :VARS ); # :VARS tag only to export
my $c = new CTK;
my $c = new CTK (
prefix => 'myprogram',
suffix => 'sample',
cfgfile => '/path/to/conf/file.conf',
voidfile => '/path/to/void/file.txt',
needconfig => 1, # need creating empty config file
loglevel => 'info', # or '1'
logfile => CTK::catfile($LOGDIR,'foo.log'),
logseparator => ' ', # as default
);

CTKlib - Command-line ToolKit library (CTKlib). Command line interface (CLI)

Sorry. Detail manual is preparing now and it will be available later
See README file

Init version
See CHANGES file for details

Archive::Extract, Archive::Tar, Archive::Zip, Config::General, DBI, ExtUtils::MakeMaker, File::Copy, File::Path, File::Pid, File::Spec, HTTP::Headers, HTTP::Request, HTTP::Response, IO::Handle, IPC::Open3, LWP, LWP::MediaTypes, LWP::UserAgent, MIME::Base64, MIME::Lite, Moose, namespace::autoclean, Net::FTP, Perl::OSType, Sys::SigAction, Term::ReadKey, Term::ReadLine, Test::More, Text::ParseWords, Time::Local, Time::HiRes, URI, YAML

See TODO file

* none noted

perl, Moose, CTK::Util, CTK::DBI, CTK::Status, CTK::FilePid, CTK::CPX

The usual warnings if it can't read or write the files involved.

Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>

Copyright (C) 1998-2013 D&D Corporation. All Rights Reserved

This program is free software; you can redistribute it and/or modify it under the same terms and conditions as Perl itself.
This program is distributed under the GNU LGPL v3 (GNU Lesser General Public License version 3).
See LICENSE file