Perl5Util.java has a bit bug about sample.
110 * DataInputStream input;
111 * PrintStream output;
112 *
113 * // Initialization of input and output omitted
114 * while((line = input.readLine()) != null) {
115 * // First find the line with the string we want to substitute because
116 * // it is cheaper than blindly substituting each line.
117 * if(util.match("/HREF=\"description1.html\"/") {
118 * line = util.substitute("s/description1
So the right paren is lacked line 117:
if(util.match("/HREF=\"description1.html\"/") {
^
regards.
----
Takashi Okamoto
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>