The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Term::ANSI::Sprintf - sprintf with ANSI colors

VERSION

Version 0.04

SYNOPSIS

        use Term::ANSI::Sprintf qw/sprintf/;

        print sprintf("%italic%blue %underline%red", "Hello", "World"),

EXPORT

sprintf

        %bold
        %italic
        %underline

        %black
        %red
        %green
        %yellow
        %blue
        %magento
        %cyan
        %white

        %bright_black
        %bright_red
        %bright_green
        %bright_yellow
        %bright_blue
        %bright_magento
        %bright_cyan
        %bright_white

        %black_on_red
        %black_on_green
        %black_on_yellow
        %black_on_blue
        %black_on_magento
        %black_on_cyan
        %black_on_white
        %black_on_bright_red
        %black_on_bright_green
        %black_on_bright_yellow
        %black_on_bright_blue
        %black_on_bright_magento
        %black_on_bright_cyan
        %black_on_bright_white

        %red_on_black
        ...

        sprintf("%blue_on_bright_yellow %black_on_bright_red", "Hello", "World");

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-term-ansi-sprintf at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Term-ANSI-Sprintf. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Term::ANSI::Sprintf

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by LNATION.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)