|
|
|
|
|
by saba2008
1582 days ago
|
|
Most other languages would require `eval` and having incorrect code as syntactically correct string literal. But because Perl is parsed as it is executed, incorrect code raises syntax error only when it is reached by execution. |
|