Help for this page

Select Code to Download


  1. or download this
    if ( my $stage = mff(/match1/, /match2/, /match3/, /match4/) ) {
       if ( $stage == 1 ) {
    ...
    } else {
        doOtherProcessing();
    }