Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: If statement seems to ignore elsif and skips to else

by ww (Archbishop)
on Sep 25, 2017 at 18:56 UTC ( [id://1200062]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $re_start = qr/../; #match string begining with two of anything (0 
    +or more times each!)
                           # but still a potential problem: would match a 
    +null string)
                          # so, perhaps, qr/.{1).(1)/ which will not allow
    + a string 
                        # (preceding the comma in your initial set of rege
    +xen) 
                      # with anything other than two instances of somethin
    +g
                     #  or another
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found