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