Help for this page

Select Code to Download


  1. or download this
    if (@text =~ /11/ || @text =~ /are/) {
       ...
    
  2. or download this
    if ('5' =~ /11/ || '5' =~ /are/) {
       ...