Help for this page

Select Code to Download


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