{
    "mode": "perldoc",
    "parameter": "Template::Plugin::Format",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Template%3A%3APlugin%3A%3AFormat/json",
    "generated": "2026-06-10T16:29:11Z",
    "synopsis": "[% USE format %]\n[% commented = format('# %s') %]\n[% commented('The cat sat on the mat') %]\n[% USE bold = format('<b>%s</b>') %]\n[% bold('Hello') %]",
    "sections": {
        "NAME": {
            "content": "Template::Plugin::Format - Plugin to create formatting functions\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "[% USE format %]\n[% commented = format('# %s') %]\n[% commented('The cat sat on the mat') %]\n\n[% USE bold = format('<b>%s</b>') %]\n[% bold('Hello') %]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The format plugin constructs sub-routines which format text according to a \"printf()\"-like\nformat string.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Andy Wardley <abw@wardley.org> <http://wardley.org/>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.\n\nThis module is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Template::Plugin\n",
            "subsections": []
        }
    },
    "summary": "Template::Plugin::Format - Plugin to create formatting functions",
    "flags": [],
    "examples": [],
    "see_also": []
}