in reply to Re: hashref return fails
in thread hashref return fails

return unless $dt;

Exactly what are you returning here unless $dt is true?

-- FloydATC

Time flies when you don't know what you're doing

Replies are listed 'Best First'.
Re^3: hashref return fails
by Anonymous Monk on May 28, 2015 at 14:03 UTC
    But look at where the print statement is which the OP claims works...