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

Re^2: syntax question

by QM (Parson)
on Oct 24, 2013 at 08:35 UTC ( [id://1059411]=note: print w/replies, xml ) Need Help??


in reply to Re: syntax question
in thread syntax question

Update: Sorry, I should have read the thread first, toolic said the same thing.

next if substr($fld0,-1,1) eq "X";

is not exactly equivalent to

next if $fld0 =~ /X$/;

since $ at the end of a regex is a bit special. From perlre #Metacharacters:

$ Match the end of the line (or before newline at the end)

-QM
--
Quantum Mechanics: The dreams stuff is made of

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1059411]
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 2024-04-23 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found