> echo 'JHTML `Java in here` code' | ./myReplace.pl '`(.*)`' '<%=$1%>' > > About to replace: s/`(.*)`/<%=$1%>/go > JHTML <%=$1%> code