Help for this page

Select Code to Download


  1. or download this
    if (defined $thing) {
        destroy_database($thing);
    } else {
        do_something_else();
    }