Mega Code Archive
Categories
/
Perl
/
Statement
Conditional Modifiers
Format: Expression2 if Expression1; $x = 5; print $x if $x == 5;