debian man page for imager::regops

Query: imager::regops

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Imager::Regops(3pm)					User Contributed Perl Documentation				       Imager::Regops(3pm)

NAME
Imager::Regops - generated information about the register based virtual machine
SYNOPSIS
use Imager::Regops; $Imager::Regops::Attr{$opname}->{opcode} # opcode for given operator $Imager::Regops::Attr{$opname}->{parms} # number of parameters $Imager::Regops::Attr{$opname}->{types} # types of parameters $Imager::Regops::Attr{$opname}->{func} # operator is a function $Imager::Regops::Attr{$opname}->{result} # r for numeric, p for pixel result $Imager::Regops::MaxOperands; # maximum number of operands
DESCRIPTION
This module is generated automatically from regmach.h so we don't need to maintain the same information in at least one extra place. At least that's the idea.
AUTHOR
Tony Cook, tony@develop-help.com
SEE ALSO
perl(1), Imager(3), http://imager.perl.org/ perl v5.14.2 2011-06-06 Imager::Regops(3pm)
Related Man Pages
imager::api(3pm) - debian
imager::expr(3pm) - debian
imager::expr::assem(3pm) - debian
imager::matrix2d(3pm) - debian
imager::transform(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?