Help for this page
#!/usr/bin/perl use strict; ... $str =~ s/%([^%]+)%/$wb{$1} || "\%$1\%"/ge; print "$str\n";