Subject: | NYTProfiler cannot find outfile |
Hello,
I downloaded version 0.8 from CPAN and ran it thusly:
perl -d:NYTProf run_all.pl
It produces this error message:
Cannot open outfile. No such file or directory
I manually created what I thought to be the outfile, i.e. nytprofout but
no luck. I also tried to redirect with a '>' but again no luck. I
searched both NYTProf*.pm modules for the above error message but again,
no luck.
I see you use Carp but I see no 'croaks' and only one 'carp' which does
not contain my error message. Perhaps more carps and croaks (or even
dies) will help those who might want to debug?
My platform: Ubuntu 7.10 (greasy grommit or something like that.)