Help for this page

Select Code to Download


  1. or download this
    if ( lc($foo) eq "test" ) { print "It was test!\n"; }
    
  2. or download this
    if ( $foo =~ /^test$/i) { print "It was test!\n"; }