Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Issue with regex

by choroba (Cardinal)
on Jun 23, 2017 at 15:50 UTC ( [id://1193379]=note: print w/replies, xml ) Need Help??


in reply to Issue with regex

eq is used for string equality. Use the binding operator =~ to bind a regular expression match against a variable:
$fileName =~ /^\._/;

BTW, as you can see, there's no need to add .* at the end, as the regex doesn't have to match the whole string.

See perlop for details.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found