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

Re^2: testing an if statement in a string

by LanX (Saint)
on Oct 31, 2013 at 15:43 UTC ( [id://1060603]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<105> $cond = q($field[6] eq 'PM' && $field[8] eq 'CAVENDI');
     => "\$field[6] eq 'PM' && \$field[8] eq 'CAVENDI'"
    ...
    
      DB<109> $ret =eval $cond
     => 1
    
  2. or download this
    ~$ perl 
    $cond="bla eqx 2"; 
    eval { $ret =eval $cond } or warn "Problem with $cond";
    __END__
    Problem with bla eqx 2 at - line 2.
    

Log In?
Username:
Password:

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

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

    No recent polls found