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