In a .pl perl file, you can do:
warn "var1: $var1";

Then view the page in a browser and check the ErrorLog to see the output.
--
Joe Atzberger
LibLime - Open Source Library Solutions


I want to make some change in perl file,so I want to print value of
variables passed through template( *.tmpl).I have tried to use print
"abce....."; but can not get output.