Help for this page

Select Code to Download


  1. or download this
    my %orcPriceHsh:shared=1;
    my %signatureHsh:shared = ("DE00084695946" => "0000000000.000000");
    $orcPriceHsh{"0000000000"} = \%signatureHsh;
    
  2. or download this
     handleMessages($configHsh{General}{ListenPort},%orcPriceHsh);
    
  3. or download this
    $transitCalcThread=threads->new(\&calcTransitTimes, $XmlRpcClient,$itr
    +sQueue,%orcPriceHsh);
    $transitCalcThread->detach;
    
  4. or download this
    sub handleMessages
    {
        my $port=shift();
        my %oph=@_;
    
  5. or download this
    my %sHsh:shared = ($signature => $timeStamp);
    $oph{$nixSeconds} = \%sHsh;
    
  6. or download this
    msg("in handleMessages() oph :");
    dump(%oph);
    
  7. or download this
    sub calcTransitTimes
    {
    ...
    
    msg("in calcTransitTimes() args :");
    dump(%args);