Help for this page
my $string = qq(ITEM-####); # don't use qw() here unless you want a li +st, BTW $string =~ s/#/'\d'/eg;