A simple html parser

myline

Well, it's a script to parse all those incredible tags from html files. Check it out yourself. The usage is:

   ./h2a.pl < myfile.html

For example when I ran the script through this file, I got something like the below:

   ./h2a.pl < index.html
  Few Perl Scripts 
 
 
  Few Perl Scripts 
 
 
 
 
 
  rbiff.pl, checks remote mailbox  
  calendar.pl, checks daily schedule  
  html to ascii script  
  pop3client1, step 0  
  pop3client2, step 2  
 
 
 
 
 
 
 
 
 
 
 
 this page is maintained by: 
 
 jchakma@ss.ics.tut.ac.jp
 
 
 
 
 
 
 
 if(Date.parse(document.lastModified) != 0)
   document.write(' Last modified: ' 
                   + document.lastModified + '');
 else
   document.write(' Last modified:'
                  + 'Just now!');
 

Check it out!

myline

this page is maintained by:
jchakma@yahoo.com

1