Use Code BBCode

Moderator: crythias

Locked
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Use Code BBCode

Post by crythias »

Flat paste:
#A comment
my $variable = "a value";
$Self->{'ArrayIndex'} => "KeyValue";

With code BBcode

Code: Select all

#A comment
my $variable = "a value";
$Self->{'ArrayIndex'} => "KeyValue";
with code=php:

Code: Select all

#A comment
my $variable = "a value";
$Self->{'ArrayIndex'} => "KeyValue"; 
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked