in reply to Reaped: passing hashes, scalars and arrays to subroutine

$obj->wind_Up( $LOGPATH, $test_id, \%matchData, $recordType, \%recordH +ash ); sub wind_Up { my( $self, $copyLocation, $tcid, $parseDataRef, $actRecordType, $cdrHa +shRef ) = @_ ; $parseDataRef->{something}... $cdrHashRef->{else}