Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: How to get an exact match of files

by merlyn (Sage)
on Mar 24, 2011 at 05:18 UTC ( [id://895182]=note: print w/replies, xml ) Need Help??


in reply to How to get an exact match of files

I think you're looking for "eq", as in $date eq $file.

However, if you insist using a regex, please reveal the actual context, as it is probably not freeform Perl code then.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Replies are listed 'Best First'.
Re^2: How to get an exact match of files
by Anonymous Monk on Mar 24, 2011 at 05:27 UTC

    $data="Adi";

    $file="$(ROOT)/../../../../../../../Audio_Driver/adie_lib/$(CPU)/adi"

    For the above data if I use $data eq $file,will they be equal?is it not case-sensitive?how to make the eq case-insensitive?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found