Hi, > We are trying to get a stack dump with names, but caller returns what looks > like references. Can we use these to obtain a file name?
This really depends on how Apache::ASP is written. Some tools, like Mason, set the filename to your template to make debugging easier. In this case, it sounds like you're seeing eval'ed code. I'd suggest talking to the author of Apache::ASP about adding more debugging help. It's really the thing that makes the more mature tools worth using, IMO. - Perrin