Regular Expression Using Perl Perl Script Languages by ComputeNow - September 3, 2018September 3, 20180 Regular Expression Using Perl : Perl is the language that is the most famous for its use of regular expression for good reasons. We use the =~ operator to denote a match or an assignment depending upon the context. The use of !~ is to reverse the sense of the match. There are basically two regex operators