Re: [Koha-devel] how to print value of variable in perl file.

2009-07-25 Thread Joe Atzberger
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)

[Koha-devel] Request about a new table in Koha (MySQL level)

2009-07-25 Thread tajoli
Dear Colin Campbell and all, I see your patch about a message system in Opac and Circulation. This patch add a MySQL table and clerly is for the version 3.2 I don't think RM of 3.0.x will insert it into into the official code. As CILEA we tring to complete the documentation of 3.0.x at MySQL lev

[Koha-devel] how to print value of variable in perl file.

2009-07-25 Thread chirag purohit
Hello All, 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. If any body has idea what to do,kindly send me reply. Thanking you in anticipation -- Purohit Chirag _