NAME
Mason::Result - Result returned from Mason request
VERSION
version 2.00
SYNOPSIS
my $interp = Mason->new(...);
my $output = $result->output;
DESCRIPTION
An object of this class is returned from $interp->run
. By default it contains just the page output, but plugins may add additional accessors.
METHODS
- output
-
The output of the entire page, unless "out_method" in Mason::Request was defined in which case this will be empty.
SEE ALSO
AUTHOR
Jonathan Swartz <swartz@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.