Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Short and easy way to write if...elsif syntax

by pvaldes (Chaplain)
on Aug 27, 2012 at 13:37 UTC ( [id://989987]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @array = ("linux", "milinus","Windows","windows","Linux");
    
    foreach (@array){
     if (/((linux|Windows))/i){  print "This is $1 VM" . "\n"  }
     else                     {  print "no idea"       . "\n"  }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-03-29 05:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found