in reply to Re: printing variable and evaluation
in thread printing variable and evaluation

In the end, you want to see in your output not just the value of a variable, but some context (semantic information) for that value as well.

That's a good point! Data::Dump provides a ddx function that includes the file name and line number from where it was called in the printout.