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

Search results for "distribution:Blosxom-Plugin ANAZAWA"

Blosxom::Plugin - Base class for Blosxom plugins River stage zero No dependents

This module enables Blosxom plugins to create class attributes and load additional components. Blosxom never creates instances of plugins, and so they can't have instance attributes. This module creates class attributes instead, and always undefines ...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC

Blosxom::Plugin::Web - Core set of Blosxom::Component modules River stage zero No dependents

This class just loads various components that make up the Blosxom::Plugin core features. You almost certainly want these. The core components currently are: Blosxom::Component::DataSection METHODS This class inherits all methods from Blosxom::Plugin ...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC

Blosxom::Component - Base class for Blosxom components River stage zero No dependents

Base class for Blosxom components. METHODS $class->requires Declares a list of methods that must be defined to load this component. __PACKAGE__->requires(qw/req1 req2/); $class->mk_accessors __PACKAGE__->mk_accessors(qw/foo bar baz/); $class->init su...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC

Blosxom::Plugin::DataSection - Read data from __DATA__ River stage zero No dependents

This module extracts data from "__DATA__" section of the plugin, and also merges them into Blosxom default templates. METHODS $template = $class->get_data_section( $name ) This method returns a string containing the data from the named section. $clas...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC

Blosxom::Plugin::Web::Request - Object representing CGI request River stage zero No dependents

Object representing CGI request. METHODS $request = Blosxom::Plugin::Web::Request->new Create a Blosxom::Plugin::Web::Request object. $request->base Not implemented yet. $request->path_info Not implemented yet. $request->cookie my $id = $request->coo...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC

Blosxom::Component::DataSection - Read data from __DATA__ River stage zero No dependents

This module extracts data from "__DATA__" section of the plugin, and also merges them into Blosxom default templates. METHODS $template = $class->get_data_section( $name ) This method returns a string containing the data from the named section. @name...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC

Blosxom::Plugin::Web::Request::Upload - Handles file upload requests River stage zero No dependents

Handles file upload requests. METHODS $upload->size Returns the size of uploaded file in bytes. $upload->fh Returns a read-only file handle on the temporary file. my $fh = $upload->fh; # Upgrade to IO::Handle my $handle = $fh->handle; # Upgrade to IO...

ANAZAWA/Blosxom-Plugin-0.02004 - 26 Nov 2012 21:42:32 UTC
7 results (0.018 seconds)