Operations are translated into Sub-routines ( Sub OperationName )
Parameters are translated into Sub-routine variables
Return value are not translated into Perl code
When an operation is static and has the stereotype << create >>, a 'BEGIN { } ' block is added to code generation.
When an operation is static and has the stereotype << destroy >>, a 'END { } ' block is added to code generation.