doy / text-handlebars

http://handlebarsjs.com/ for Text::Xslate
http://metacpan.org/release/Text-Handlebars
6 stars 9 forks source link

How to track down cause of nil to print? #15

Open SteveTheTechie opened 2 years ago

SteveTheTechie commented 2 years ago

I am seeing errors in my error log like:

Text::Handlebars: Use of nil to print (<string>:35) at /var/www/cgi-bin/invoices_api.pl line 56.

I maintain the invoices_api.pl file, but I am not sure how to track down the cause of the nil to print issue in the associated handlebars template. (I maintain the template, also.)

How do I interpret <string>:35? What does that mean? How do I determine what is the cause of the nil?