Help for this page

Select Code to Download


  1. or download this
    int *x;
    if(ptr != NULL && *ptr==5){ ... }
    ...
    # extended to perl:
    my $obj = Foo::Bar->new();
    if( $obj && $obj->blah() ){ ... }