
28 Jan
2010
28 Jan
'10
1:02 p.m.
Hi, On 25.01.2010, at 08:56, Stevan Bogdanovic wrote:
for ( qw(ParamObject DBObject, TicketObject LayoutObject LogObject QueueObject ConfigObject EncodeObject MainObject) ) { $Self->{$_} = $Param{$_} || dio "Got no $_"; } you may use 'die' instead of 'dio' in your code ;)
Sorry, typo error. There is one more - I wrote AgentHelloWorld.pd it should be AgentHelloWorld.pm :)
Many thanks for the hint. There was a typo in the documentation. It's fixed now: http://doc.otrs.org/developer/2.4/en/html/x1205.html "my $Self = {%Param};" was msissing. Any more problems? :) -Martin Edenhofer