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

fun.figlet

Provides functions to interact with the external figlet program for generating ASCII-art style text banners.

figlet

Description

Given a font name and a string, returns a multi-line string containing the generated figlet.

Usage

<font name> <string>

Examples

    :emphasize-lines: 2-6

    (figlet small robobot)
             _         _         _
     _ _ ___| |__  ___| |__  ___| |_
    | '_/ _ \ '_ \/ _ \ '_ \/ _ \  _|
    |_| \___/_.__/\___/_.__/\___/\__|

figlet-fonts

Description

Returns a list of the figlet fonts available.