Common-CodingTools

DESCRIPTION

Common programming tools with friendly constants and functions that should have been included with Perl in the first place.

SYNOPSIS

 ## Global Tag
 # :all

 ## Constants Tags
 # :contants
 # :boolean
 # :toggle
 # :activity
 # :health
 # :expiration
 # :cleanliness
 # :emotion
 # :success
 # :want
 # :pi

 ## Functions Tags
 # :functions
 # :file
 # :trim
 # :schwartz
 # :weird

 use Common::CodingTools qw(:all);

AUTHOR

Richard Kelsch rich@rk-internet.com

VERSION

Version 2.03 (March 23, 2026)

INSTALLATION

To install this module, run the following commands:

           perl Makefile.PL
           make
           make test
    [sudo] make install

BRIEF DOCUMENTATION

The following is only a subset of the actual documentation. Use perldoc Common::CodingTools or man Common::CodingTools for the full documentation.

IMPORT CONSTANTS

Positive Constants

Negative Constants

INPORT FUNCTIONS

INPORT TAGS

Constants

Functions

FUNCTIONS

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Common::CodingTools

You can also look for information at:

Copyright (C) 2016-2026 Richard Kelsch,

All Rights Reserved

LICENSES

Perl Artistic License 2.0

This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at:

http://www.perlfoundation.org/artistic_license_2_0

MIT License

The tfirst routine only, is under the MIT license as "TitleCase".

http://www.opensource.org/licenses/mit-license.php