Query: mojolicious::plugin::charset
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mojolicious::Plugin::Charset(3pm) User Contributed Perl Documentation Mojolicious::Plugin::Charset(3pm)NAMEMojolicious::Plugin::Charset - Charset pluginSYNOPSIS# Mojolicious $self->plugin(Charset => {charset => 'Shift_JIS'}); # Mojolicious::Lite plugin Charset => {charset => 'Shift_JIS'};DESCRIPTIONMojolicious::Plugin::Charset is a plugin to easily set the default charset and encoding on all layers of Mojolicious. The code of this plugin is a good example for learning to build new plugins, you're welcome to fork it.OPTIONSMojolicious::Plugin::Charset supports the following options. "charset" # Mojolicious::Lite plugin Charset => {charset => 'Shift_JIS'}; Application charset.METHODSMojolicious::Plugin::Charset inherits all methods from Mojolicious::Plugin and implements the following new ones. "register" $plugin->register($app, $conf); Register plugin hooks in Mojolicious application.SEE ALSOMojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Plugin::Charset(3pm)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Detecting unused variables... |
How to copy a column of multiple files and paste into new excel file (next to column)? |