NAME
Net::SinFP3::Result - base class for Result objects
SYNOPSIS
use base qw(Net::SinFP3::Result);
# Your Result module code
DESCRIPTION
This is the base class for all Net::SinFP3::Result objects.
ATTRIBUTES
- global (Net::SinFP3::Global)
 - 
The global object containing global parameters and pointers to currently executing plugins.
 
METHODS
- new (%hash)
 - 
Object constructor. You must give it the following attributes: global.
 - take ()
 - 
Return an array ref of allowed Search object types.
 - print ()
 - 
Return a string containing data to be printed for this object.
 
AUTHOR
Patrice <GomoR> Auffret
COPYRIGHT AND LICENSE
Copyright (c) 2011-2018, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.