Byl orezan vstup. Puvodni vstup byl:
$ perl testII.pl
Bareword found where operator expected at testII.pl line 5, near "// vytiskne"
(Missing operator before vytiskne?)
syntax error at testII.pl line 5, near "// vytiskne"
Execution of testII.pl aborted due to compilation errors.
User@acer-6e40e97492 ~
$ cat testII.pl
$a = 3;
$b = 3;
print "${ x }a$b =, $a*$b"; // vytiskne: 3x3=9