Help for this page

Select Code to Download


  1. or download this
    if ( $input_city eq 'Los Angeles' ) {
        # handle the City of Angels
    ...
    else {
        # handle cities of non-angels
    }