PoGGiE has asked for the wisdom of the Perl Monks concerning the following question:
my ($date_ref, $F_SCORE_ref, $F_SCORE_BOX_ref, $F_ROA_ref, $F_CFO_ +ref, $F_dROA_ref, $F_ACCRUAL_ref, $F_dLEVER_ref, $F_dLIQUID_ref, $F_E +QOFFER_ref, $F_dTURN_ref, $F_dMARGIN_ref) = piotroski (\@balancesheet +s, \@cashflows, \@pnl, \@cdata, $co_name, $yahoo_isin, $co_exchange, +$statement_cur, $px_cur); my (@date, @F_SCORE, @F_SCORE_BOX, @F_ROA, @F_CFO, @F_dROA, @F_ACC +RUAL, @F_dLEVER, @F_dLIQUID, @F_EQOFFER, @F_dTURN, @F_dMARGIN) = (@$d +ate_ref, @$F_SCORE_ref, @$F_SCORE_BOX_ref, @$F_ROA_ref, @$F_CFO_ref, +@$F_dROA_ref, @$F_ACCRUAL_ref, @$F_dLEVER_ref, @$F_dLIQUID_ref, @$F_E +QOFFER_ref, @$F_dTURN_ref, @$F_dMARGIN_ref); print "/$date[0]{$co_name}\t$date[1]{$co_name}\t$date[2]{$co_name} +\t$date[3]{$co_name}\t$date[4]{$co_name}\n"; print "/$F_SCORE[0]{$co_name}\t/$F_SCORE[1]{$co_name}\t/$F_SCORE[2 +]{$co_name}\t/$F_SCORE[3]{$co_name}\t/$F_SCORE[4]{$co_name}\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Referencing/returning array of hashes from sub
by toolic (Bishop) on Jun 08, 2011 at 18:06 UTC | |
by PoGGiE (Initiate) on Jun 08, 2011 at 18:23 UTC | |
by chromatic (Archbishop) on Jun 08, 2011 at 18:36 UTC | |
by PoGGiE (Initiate) on Jun 08, 2011 at 20:26 UTC | |
by chromatic (Archbishop) on Jun 08, 2011 at 21:23 UTC | |
by planetscape (Chancellor) on Jun 09, 2011 at 03:57 UTC | |
|
Re: Referencing/returning array of hashes from sub
by wind (Priest) on Jun 08, 2011 at 17:57 UTC | |
|
Re: Referencing/returning array of hashes from sub
by wfsp (Abbot) on Jun 09, 2011 at 07:20 UTC |