Re: Problem reading data from an HTML file

2005-09-14 Thread Suvajit Sengupta
Nath, Alok (STSD) wrote: Can anyone point out why it is not outputting anything ? It is suppose to read an HTML file and display the table contents. One thing I observed is - It is not entering the for loop and I s not printing anything ( in print "Table found at ", join(',', $ts->coords),

Problem reading data from an HTML file

2005-09-14 Thread Nath, Alok (STSD)
Can anyone point out why it is not outputting anything ? It is suppose to read an HTML file and display the table contents. One thing I observed is - It is not entering the for loop and I s not printing anything ( in print "Table found at ", join(',', $ts->coords), ":\n";) #!/usr/bin/perl u