Perl Doubt-Take the html file and display it into text.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandhya2006
    New Member
    • Dec 2006
    • 11

    Perl Doubt-Take the html file and display it into text.

    Hii,
    I hav a doubt in perl,Assume there is many html files in a folder I have to Take all files and display it into text file without displaying the tags.Please reply atleast for displaying the html to text .
  • GunnarH
    New Member
    • Nov 2006
    • 83

    #2
    perldoc -q "remove HTML"

    Comment

    • sandhya2006
      New Member
      • Dec 2006
      • 11

      #3
      hi
      How to take the html file in a directory and save as a text file

      Comment

      Working...