- or download this
do('many', 'things', 'now') if ( $ready and $set and $prepared );
- or download this
if ( $ready and $set and $prepared ) {
do('many', 'things', 'now');
}
- or download this
go_to_the_lake $Sally;
- or download this
$Sally->go_to_the_lake();