Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       @{ pretendFetch() };
    
    print Data::Dumper->Dump([\%service_id], [q{*service_id}]);
    
  2. or download this
    %service_id = (
                    '1' => {
    ...
                             'stop_reference' => '6200249240'
                           }
                  );