Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: remove xml tag and their content

by AnomalousMonk (Archbishop)
on Oct 28, 2011 at 00:46 UTC ( [id://934278]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "my $s =
    ...
    'foobar baz "x" %&*'
    '<B>foo</ b > <efg>bar</efg> "stuff" <cD >*&!</ Cd>'
    'foo <efg>bar</efg> "stuff" *&!'
    
  2. or download this
    >perl -wMstrict -le
    "my $s =
    ...
    '<B>foo</ b > <EfG>bar</eFg> "stuff" <cD >*&!</ Cd> <x>baz</x>'
    'foo <EfG>bar</eFg> "stuff" *&! <x>baz</x>'
    'foo  "stuff" *&! <x>baz</x>'
    
  3. or download this
    >perl -wMstrict -le
    "my @strings = (
    ...
    '<b>hee</b> W <b>hie</b> X <efg>hoe</efg> Y <efg>hum</efg> Z'
    'hee W hie X <efg>hoe</efg> Y <efg>hum</efg> Z'
    'hee W hie X  Y  Z'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-28 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found