Help for this page

Select Code to Download


  1. or download this
    sub by_pref {
        ($b eq 'start') <=> ($a eq 'start')
    ...
            or
        ($b eq 'step') <=> ($a eq 'step')
    }