4 lines
39 B
Perl
4 lines
39 B
Perl
|
|
if ($expression) {
|
||
|
|
do_something;
|
||
|
|
}
|