Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    print $buses[ 49_000 ]->getTimeTable( 29 );
    <STDIN>;
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    
    print $buses{ "BusID:49001" }->getTimeTable( 29 );
    <STDIN>;