Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Match operator fails for elements 100 and higher

by Crackers2 (Parson)
on Nov 03, 2010 at 21:17 UTC ( [id://869326]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Match operator fails for elements 100 and higher
in thread Match operator fails for elements 100 and higher

Simpler workaround (or maybe it's the right thing to do in the first place) is this:

m/${mystrings[100]}/;

Replies are listed 'Best First'.
Re^4: Match operator fails for elements 100 and higher
by Utilitarian (Vicar) on Nov 03, 2010 at 21:47 UTC
    Yup, there is ambiguity as to whether the [999] is a character class or array index.

    Odd that the contents should determine how it's parsed though.

    print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-25 07:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found