in reply to pdf file using perl latex template.

You have no key "test" in your hash %nums, so the foreach-loop in your template gets skipped.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Replies are listed 'Best First'.
Re^2: pdf file using perl latex template.
by veerubiji (Sexton) on Oct 24, 2011 at 19:21 UTC
    can you suggest me how to print from my hash.
      I'm sorry to say, but your are not making any sense. What do you want to print from your hash? In what way does printing from your hash have any relevance with your original posting?

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

        Hi,from hash I shown in above, I need to get this information and print in pdf. <code> testnumber= 1, testinfo: temperature= "23", humidity="80" testnumber= 2, testinfo: temperature= "27", humidity="75" <code>