Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Match the starting \>

by Crian (Curate)
on May 15, 2009 at 08:47 UTC ( [id://764215]=note: print w/replies, xml ) Need Help??


in reply to Match the starting \>

You do not have to test the appearance of < and > bevor deleting them.

if (/</) { s/<//; }

does nothing different to

s/<//;

Replies are listed 'Best First'.
Re^2: Match the starting \>
by almut (Canon) on May 15, 2009 at 09:42 UTC
    ...does nothing different

    it could do something different, though, if you stick more closely to what the original code was:

    if (/</) { s/^<\s//; # remove "< " at beginning of line # ...do something with lines that do/did contain a '<' anywhere }

    (not sure whether that is what the OP intended, though...)

Log In?
Username:
Password:

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

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

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.