Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Remove double bracket and singe quotes

by AnomalousMonk (Archbishop)
on May 02, 2016 at 16:37 UTC ( [id://1162026]=note: print w/replies, xml ) Need Help??


in reply to Remove double bracket and singe quotes

As a general rule, "It doesn't work!" is not a useful problem description. What the monks would like to see is something along the lines of:

Here is some code:
my $doc = '...'; $doc =~ s/.../.../g; ...; print ">>$doc<< \n";
As you can see, I am getting  >>...<< as output, but I really want  >>...<< instead. Can you please help?
Ideally, the example code and data should be brief and runnable. Please see the Short, Self Contained, Correct (Compilable), Example discussion. Please also see How do I post a question effectively? and How (Not) To Ask A Question. Please help us to help you.


Give a man a fish:  <%-{-{-{-<

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 05:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found