Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

how to remove HTML tag

by noor78 (Initiate)
on Mar 19, 2009 at 14:08 UTC ( [id://751724]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Can't locate HTML/TokeParser/Simple.pm in @INC (@INC contains: /etc/pe
    +rl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/per
    +l5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/
    +lib/site_perl .) at rmtag.pl line 5.
    BEGIN failed--compilation aborted at rmtag.pl line 5.
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        print $token->as_is if $token->is_text;
      }
    }
    
  3. or download this
    <html>
    <head><title>Some title</title></head>
    ...
      <p>New paragraph and stuff
    </body>
    </html>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://751724]
Approved by olus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-28 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found