TOC | Index | (Page 15 of 29)| Chapter: Introduction | Gabor Szabo
<< Devel::T2 Devel::Trace >>

1.14 perl -d:T2 d1.pl


>> d1.pl:2: $a = 4;
>> d1.pl:3: $b = 2;
>> d1.pl:4: $c = $a.$b;
>> d1.pl:5: $d = $a+$b;
>> d1.pl:6: print "done\n";
done