in reply to Re^2: How to remove elements with XML::LibXML
in thread How to remove elements with XML::LibXML
Please, Maxim, read the documentation, and read about Perl syntax. You this syntax error, because you copied stuff out of the documentation without reading it and realizing that the $d, [$value] part is not meant to be copied verbatim. The square brackets around $value are used to describe that it is an optional parameter.
I recommend that you read a book about Perl and also read the documentation for the functions you are using before piecing together a script by copying from the documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to remove elements with XML::LibXML
by Maxim (Sexton) on Oct 10, 2004 at 19:44 UTC |