#!/usr/local/bin/perl use strict; use warnings; my $string = "This is what you have"; if(substr($string, -10) =~ /have/){ print "You've already a good programmer!!\n"; }