in reply to Re: Filling Table in a HTML file using perl
in thread Filling Table in a HTML file using perl

Hey Thanks both of you for guiding me in a right direction , I didn't share my code coz it's so messy and I don't think it's easy to understand I didn't use any object orented and hashes data structure I just used the for loop with the limit of number of data. then I split the name , stage and type from each data , but I was scanning the status of data in that for loop too . Secondly True or False is not boolean value , It's a text lets say correct or wrong . Thanks again , I will ammend my code and try to update you with my results :)
  • Comment on Re^2: Filling Table in a HTML file using perl