Development Ruby

line = "abc"
  if line =~ /Perl|Python/
    puts "Scripting language mentioned: #{line}"
  end