in reply to passing hashes, scalars and arrays to subroutine
See also:$obj->wind_Up( $LOGPATH, $test_id, \%matchData, $recordType, \%recordH +ash ); ... sub wind_Up { my( $self, $copyLocation, $tcid, $parseDataRef, $actRecordType, $cdrHa +shRef ) = @_ ; .... ....}
|
|---|