Sprog::Gear::PerlBase.3pm

Langue: en

Version: 2005-07-24 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Sprog::Gear::PerlBase - base class for gears that run user-supplied Perl code

SYNOPSIS

   use base qw(Sprog::Gear::PerlBase);
 
 

DESCRIPTION

This class is intended to be used as a base class for gears which allow the user to enter a snippet of Perl code which should be run ver the input data. Sub-classes will implement specific input and output connectors. Copyright 2004-2005 Grant McLean <grantm@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.