Help for this page

Select Code to Download


  1. or download this
    if     ( local $_ = $obj->get_id() )  # XXX Use "my $id =" instead of
    {                                     #     "local $_ =" for clarity.
    ...
    {
        $obj->do_somethingelse();
    }