#!/usr/bin/perl -w use strict; print "This tests positive lookbehind.\n"; print "Enter a test string here: "; my $myTestString = ; chomp($myTestString); if ($myTestString =~ m/(?