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

Re: Re: regular xpression stuff

by screamingeagle (Curate)
on Jan 21, 2002 at 04:30 UTC ( [id://140272]=note: print w/replies, xml ) Need Help??


in reply to Re: regular xpression stuff
in thread regular xpression stuff

shouldnt
if ( join '', sort split(//, $word) eq join '', sort split(//, $to_be_matched ) ) {
be
if ( join('', sort split(//, $word)) eq join('', sort split(//, $to_be +_matched)) ) {
(extra parenthesis added )

After adding the parenthesis , i get "Success" (i.e. "bat" = "tab" based on your example), without them the result is "Failure"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found