The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::HomeBank2Ledger::Util - Miscellaneous utility functions

VERSION

version 0.003

FUNCTIONS

commify

    $commified = commify($num);
    $commified = commify($num, $comma_char);

Just another commify subroutine.

rtrim

    $trimmed_str = rtrim($str);

Right-trim a string.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/chazmcgarvey/homebank2ledger/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Charles McGarvey <chazmcgarvey@brokenzipper.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2019 by Charles McGarvey.

This is free software, licensed under:

  The MIT (X11) License