|
NAMEData::Localize::Format::NamedArgs - Process Lexicons With Named Args (As Opposed To Positional Args)SYNOPSIS# "Hello {{name}}" -> "Hello, John" $loc->localize( "lexicon_key", { name => "John" } ); METHODSformat
Visit the GSP FreeBSD Man Page Interface. |