Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Problem when comparing strings as opposed to numerical values

by ig (Vicar)
on Jul 19, 2012 at 20:50 UTC ( [id://982715]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            if (eval "$hash{$filter[0]->[0]} $filter[0]->[1] $filter[0]->[
    +2]")
            {
    ...
                    }    
                }
            }
    
  2. or download this
        sub match {
            my ($hash, $filter) = @_;
    ...
        ) {
            print OUTFILE $line, "\n";
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-19 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found