#!/usr/local/bin/perl use strict; use warnings; my $string = "This is what you have"; substr($string, -12) = "ondrous"; print "$string\n";