Changes for version 1.26 - 2013-04-05
- Add dux functions: uc, lc, ucfirst, lcfirst, bool, sprintf, sprintfn.
Modules
Implementation for Unixish, a data transformation framework
Apply one or more dux functions to data
Run a dux function from the command-line
Format bool
Pass input unchanged
Format date
Output the first items of data
Convert text to lowercase
Convert first character of text to lowercase
Strip whitespace at the beginning of each line of text
Pick one or more random items
Reverse items
Strip whitespace at the end of each line of text
Shuffle items
Sort items
Apply sprintf() on input
Like sprintf, but use sprintfn() from Text::sprintfn
Sum numbers
Output the last items of data
Strip whitespace at the beginning and end of each line of text
Convert text to uppercase
Convert first character of text to uppercase
Wrap text
Routines to test Data::Unixish