[ create a new paste ] login | about

Link: http://codepad.org/K05d8j88    [ raw code | output | fork ]

skeletonkey - Perl, pasted on Feb 18:
1
2
3
4
my $a = 'foo';
my $b = 'bar';
my $s = $a . $b;
print "$s\n";


Output:
1
foobar


Create a new paste based on this one


Comments: