#!/usr/bin/env perl
use 5.36.0;
use utf8;
say "శ్లొకముల" =~ /శ్లోక/ ? "match" : "nomatch";