Help for this page
#!/usr/bin/perl -w ... } exit;
>> echo 'JHTML `Java in here` code' | perl p11.pl '`(.*)`' '<%=$1%>' JHTML <%=Java in here%> code