TOC | Index | (Page 11 of 29)| Chapter: Introduction | Gabor Szabo
<< DB::DB Devel::T1 >>

1.10 d1.pl


$a = 4;
$b = 2;
$c = $a.$b;
$d = $a+$b;
print "done\n";