Hi,
I'm passing hash ref with data to subroutine. When I try to print inside subroutine, sometimes it prints values and sometime I see empty(verified hash has data before invoking subroutine).
But if I dump(using Dumper) before invoking subroutine, subroutine always prints correctly.
leaving Dumper in code doesn't see right.
any suggestions please?
thanks