Help for this page

Select Code to Download


  1. or download this
    sub mybar {
       my $t = bar();
    ...
        return $default unless defined $t;
        return $t;
    }