On 08/06/2014 02:39 PM, Michael Mol wrote:
> Code snippet is now:
> 
> ### Begin snippet
> # Find the message from transactionobj->content
> # Set the subject to the message by using ticketobj->SetSubject
> 
> my $body = $self->TransactionObj->Content;
> my @lines = split(m/\n/, $body);
> my $trapID = $lines[0];
> my $message = $lines[2];
> 
> $self->TicketObj->SetSubject("$trapID -- $message);
> ### End snippet

You're missing a closing double-quote on the last line.  If that's the
problem, it's quite impressive that managed set panic perl -- can you
show the output of `perl -V` ?
 - Alex

-- 
RT Training - Boston, September 9-10
http://bestpractical.com/training

Reply via email to