Help for this page

Select Code to Download


  1. or download this
    for (@sortedbus) {
        push (@oldbus,$_) if (m/^(\d)+?/ && make_nasty_date($1) < $today);
    }