Help for this page

Select Code to Download


  1. or download this
        # bare return
        push @premiums, get_value( $_ ) for ( @xactions );
    ...
        # return undef
        ( $first, $second ) = ( firsting(), seconding() );
        if ( $first ) { }