NOTE: We are working on migrating this site away from MediaWiki, so editing pages will be disabled for now.

Difference between revisions of "User talk:Scott"

From GMOD
Jump to: navigation, search
m (Text replace - "</perl>" to "</syntaxhighlight>")
m (Text replace - "<perl>" to "<syntaxhighlight lang="perl">")
 
Line 1: Line 1:
<perl>
+
<syntaxhighlight lang="perl">
 
use strict or die;
 
use strict or die;
  
 
my $string = 'this is quoted';
 
my $string = 'this is quoted';
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 20:06, 8 October 2012

use strict or die;
 
my $string = 'this is quoted';